From: Go MAEDA Date: Thu, 24 Oct 2024 06:14:51 +0000 (+0000) Subject: Fix failing system test for keyboard shortcuts to reflect CommonMark toolbar's output... X-Git-Tag: 6.0.0~48 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b03ab8b3534eb3be9664724e4b2c12c4d0628c11;p=redmine.git 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 --- 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 => ''