Commit fd763c1e authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'dj-add-testcase-to-pages-spec' into 'master'

Add testcase association to pages_pipeline_spec.rb

See merge request gitlab-org/gitlab!52343
parents 014531d4 83c5d293
......@@ -30,7 +30,7 @@ module QA
pipeline.visit!
end
it 'runs a Pages-specific pipeline' do
it 'runs a Pages-specific pipeline', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/877' 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