Commit f7371677 authored by Dan Davison's avatar Dan Davison

Merge branch 'fix/packages_and_registry_blur_trigger_issue_for_jh' into 'master'

Fix: packages_and_registries_spec.rb unstable blur trigger issue

See merge request gitlab-org/gitlab!68247
parents e0c82701 1f396077
......@@ -90,9 +90,10 @@ RSpec.describe 'Group Packages & Registries settings' do
expect(page).to have_content('Do not allow duplicates')
fill_in 'Exceptions', with: ')'
# simulate blur event
find('#maven-duplicated-settings-regex-input').native.send_keys(:tab)
end
# simulate blur event
find('body').click
expect(page).to have_content('is an invalid regexp')
end
......
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