Merge branch '31615-fix-dropdown-animation-failure' into 'master'

Fixed transient failure related to dropdown animations

Closes #31615

See merge request !11002
This commit is contained in:
Jacob Schatz 2017-05-01 13:35:38 +00:00
commit d4aeda2036
1 changed files with 1 additions and 0 deletions

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"