Better first match on this MR also
This commit is contained in:
parent
ed94b9b4c7
commit
2473dade6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue