Fix randomly failing test
This commit is contained in:
parent
78bf00c788
commit
f891ababeb
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
|
||||||
end
|
end
|
||||||
|
|
||||||
step 'I should see comments on the side-by-side diff page' do
|
step 'I should see comments on the side-by-side diff page' do
|
||||||
within '.files [id^=diff]:nth-child(1) .note-text' do
|
within '.files [id^=diff]:nth-child(1) .parallel .note-text' do
|
||||||
page.should have_visible_content "Line is correct"
|
page.should have_visible_content "Line is correct"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue