BigW Consortium Gitlab

Commit d4aeda20 by Jacob Schatz

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

Fixed transient failure related to dropdown animations Closes #31615 See merge request !11002
parents 6277bda6 e2c3f44d
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment