mirror of
https://github.com/redmine/redmine.git
synced 2026-02-26 00:21:23 +01:00
Fix system test failure in reactions_test.rb caused by r23809 (#31531).
Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23810 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -129,7 +129,7 @@ class ReactionsSystemTest < ApplicationSystemTestCase
|
||||
within('#change-1') do
|
||||
assert_selector 'a.reaction-button'
|
||||
|
||||
assert_no_selector 'a.icon-comment'
|
||||
assert_no_selector 'a.icon-quote'
|
||||
assert_no_selector 'span.drdn'
|
||||
end
|
||||
within("#change-#{journal_without_notes.id}") do
|
||||
@@ -143,14 +143,14 @@ class ReactionsSystemTest < ApplicationSystemTestCase
|
||||
within('#change-1') do
|
||||
assert_selector 'a.reaction-button'
|
||||
|
||||
assert_selector 'a.icon-comment'
|
||||
assert_selector 'a.icon-quote'
|
||||
assert_selector 'span.drdn'
|
||||
end
|
||||
within("#change-#{journal_without_notes.id}") do
|
||||
assert_selector 'a.reaction-button'
|
||||
assert_selector 'span.drdn'
|
||||
|
||||
assert_no_selector 'a.icon-comment'
|
||||
assert_no_selector 'a.icon-quote'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user