Better first match on this MR also

This commit is contained in:
Luke Bennett 2016-08-23 18:00:15 +01:00
parent ed94b9b4c7
commit 2473dade6a
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A

View file

@ -102,7 +102,7 @@ feature 'Diff notes', js: true, feature: true do
context 'with an unfolded line' do
before(:each) do
first('.js-unfold').click
find('.js-unfold', match: :first).click
wait_for_ajax
end