Fix randomly failing test

This commit is contained in:
Dmitriy Zaporozhets 2015-01-10 21:42:16 -08:00
parent 78bf00c788
commit f891ababeb
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
end
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"
end
end