Przeglądaj źródła

Fixes failing system test caused by unavailable Underline button in CommonMark (#34863).

git-svn-id: https://svn.redmine.org/redmine/trunk@22399 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/145/head
Marius Balteanu 7 miesięcy temu
rodzic
commit
f6c9c725bd
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      test/system/keyboard_shortcuts_test.rb

+ 2
- 1
test/system/keyboard_shortcuts_test.rb Wyświetl plik

@@ -116,7 +116,8 @@ class InlineAutocompleteSystemTest < ApplicationSystemTestCase
within('.jstBlock .jstElements') do
assert_equal "Strong (#{modifier_key_title}B)", find('button.jstb_strong')['title']
assert_equal "Italic (#{modifier_key_title}I)", find('button.jstb_em')['title']
assert_equal "Underline (#{modifier_key_title}U)", find('button.jstb_ins')['title']
# assert button without shortcut
assert_equal "Deleted", find('button.jstb_del')['title']
end
end


Ładowanie…
Anuluj
Zapisz