1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Fix failing system test for keyboard shortcuts to reflect CommonMark toolbar's output (#40149, #40939).

Patch by Mizuki ISHIKAWA (user:ishikawa999).


git-svn-id: https://svn.redmine.org/redmine/trunk@23160 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-10-24 06:14:51 +00:00
parent bf5d536fd4
commit b03ab8b353

View File

@ -100,7 +100,7 @@ class InlineAutocompleteSystemTest < ApplicationSystemTestCase
# Clear textarea value
fill_in 'Description', :with => ''
find('#issue_description').send_keys([modifier_key, 'u'])
assert_equal '__', find('#issue_description').value
assert_equal '<u></u>', find('#issue_description').value
# Clear textarea value
fill_in 'Description', :with => ''