Commit c0db05ce authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'caalberts-quarantine-flaky-gitlab-ci-syntax' into 'master'

Quarantine flaky test

See merge request gitlab-org/gitlab!51444
parents c46476c0 9363afa6
......@@ -34,7 +34,8 @@ RSpec.describe 'Projects > Files > User wants to add a .gitlab-ci.yml file' do
let(:experiment_active) { true }
let(:in_experiment_group) { true }
it 'allows the user to pick a "Learn CI/CD syntax" template from the dropdown', :js do
it 'allows the user to pick a "Learn CI/CD syntax" template from the dropdown', :js,
{ quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/297347' } } do
expect(page).to have_css('.gitlab-ci-syntax-yml-selector')
find('.js-gitlab-ci-syntax-yml-selector').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