Commit 3a22c814 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch '325950-falky-test-when-checking-hovered-mini-pipeline-items' into 'master'

Reduce flakiness by waiting before pipeline hover

See merge request gitlab-org/gitlab!57471
parents b4f92f7b 4ab2cbfb
......@@ -57,6 +57,10 @@ RSpec.describe 'Merge request < User sees mini pipeline graph', :js do
first(dropdown_selector)
end
before do
wait_for_requests
end
# Status icon button styles should update as described in
# https://gitlab.com/gitlab-org/gitlab-foss/issues/42769
it 'has unique styles for default, :hover, :active, and :focus states' do
......
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