Fixed transient failure related to dropdown animations

This commit is contained in:
Luke "Jared" Bennett 2017-04-30 11:22:23 +00:00
parent 03f13af588
commit e2c3f44d7c

View file

@ -20,6 +20,7 @@ feature 'Create New Merge Request', feature: true, js: true do
expect(page).to have_content('Target branch')
first('.js-source-branch').click
first('.dropdown-source-branch .dropdown-content')
find('.dropdown-source-branch .dropdown-content a', match: :first).click
expect(page).to have_content "b83d6e3"