Commit 4ab2cbfb authored by Miguel Rincon's avatar Miguel Rincon

Reduce flakiness by waiting before pipeline hover

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