Commit a64cb88b authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'dj-dequarantine-pages-pipeline-spec' into 'master'

Dequarantine pages_pipeline_spec e2e test

See merge request gitlab-org/gitlab!51350
parents 69766632 e5ac3785
......@@ -30,7 +30,7 @@ module QA
pipeline.visit!
end
it 'runs a Pages-specific pipeline', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/296937' do
it 'runs a Pages-specific pipeline' do
Page::Project::Pipeline::Show.perform do |show|
expect(show).to have_job(:pages)
show.click_job(:pages)
......
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