Commit 823c2e14 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-add-testcases-for-share-snippet-spec' into 'master'

Add testcase links to the new share_snippet_spec

See merge request gitlab-org/gitlab!41954
parents e83eacb1 e13b2f27
...@@ -17,7 +17,7 @@ module QA ...@@ -17,7 +17,7 @@ module QA
end end
context 'when the snippet is public' do 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 snippet
sharing_link = Page::Dashboard::Snippet::Show.perform do |snippet| sharing_link = Page::Dashboard::Snippet::Show.perform do |snippet|
...@@ -39,7 +39,7 @@ module QA ...@@ -39,7 +39,7 @@ module QA
end end
context 'when the snippet is changed to private' do 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 snippet
Page::Dashboard::Snippet::Show.perform 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