Commit 01780b27 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch...

Merge branch '235790-flaky-spec-mini-pipeline-graph-in-commit-view-when-commit-has-pipelines-displays-a-mini' into 'master'

Fix flaky spec in mini_pipeline_graph_spec feature test

Closes #235790

See merge request gitlab-org/gitlab!39429
parents e1be4b08 23db8021
......@@ -26,6 +26,8 @@ RSpec.describe 'Mini Pipeline Graph in Commit View', :js do
build.run
visit project_commit_path(project, project.commit.id)
wait_for_all_requests
expect(page).to have_selector('.mr-widget-pipeline-graph')
first('.mini-pipeline-graph-dropdown-toggle').click
......
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