We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318ca27 commit 5f2b99fCopy full SHA for 5f2b99f
test/system/fieldset_test.rb
@@ -42,6 +42,8 @@ class FieldsetTest < ApplicationSystemTestCase
42
43
# issue edit
44
page.first(:link, 'Edit').click
45
+ page.find('#issue_notes:focus')
46
+ sleep 0.1
47
within('div#update div.attributes') do
48
assert page.has_content?('Group 1')
49
# default expanded
@@ -89,6 +91,8 @@ class FieldsetTest < ApplicationSystemTestCase
89
91
90
92
93
94
95
96
97
98
# default collapsed
0 commit comments