Commit 7db5727a authored by Markus Koller's avatar Markus Koller

Merge branch 'vs/fix-cluster-health-dashboard-spec' into 'master'

Click on 1st button in cluster health dashboard spec

See merge request gitlab-org/gitlab!68722
parents 18ae8da3 accd2ab0
...@@ -80,8 +80,8 @@ RSpec.describe 'Cluster Health board', :js, :kubeclient, :use_clean_rails_memory ...@@ -80,8 +80,8 @@ RSpec.describe 'Cluster Health board', :js, :kubeclient, :use_clean_rails_memory
expect(page).to have_content('Avg') expect(page).to have_content('Avg')
end end
it 'focuses the single panel on toggle', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/338341' do it 'focuses the single panel on toggle' do
click_button('More actions') click_button('More actions', match: :first)
click_button('Expand panel') click_button('Expand panel')
expect(page).to have_css('.prometheus-graph', count: 1) expect(page).to have_css('.prometheus-graph', count: 1)
......
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