Commit e13b2f27 authored by Anastasia McDonald's avatar Anastasia McDonald

Adds testcase links to the new share_snippet_spec

Follow up to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40688
parent 47b17db8
......@@ -17,7 +17,7 @@ module QA
end
context 'when the snippet is public' do
it 'can be shared with not signed-in users' do
it 'can be shared with not signed-in users', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1016' do
snippet
sharing_link = Page::Dashboard::Snippet::Show.perform do |snippet|
......@@ -39,7 +39,7 @@ module QA
end
context 'when the snippet is changed to private' do
it 'does not display Embed/Share dropdown' do
it 'does not display Embed/Share dropdown', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1015' do
snippet
Page::Dashboard::Snippet::Show.perform do |snippet|
......
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