diff --git a/test/system/keyboard_shortcuts_test.rb b/test/system/keyboard_shortcuts_test.rb index 32f5dbe56..361326be1 100644 --- a/test/system/keyboard_shortcuts_test.rb +++ b/test/system/keyboard_shortcuts_test.rb @@ -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 '', find('#issue_description').value # Clear textarea value fill_in 'Description', :with => ''