Commit 4e73db4e authored by Desiree Chevalier's avatar Desiree Chevalier

Update e2e test case links for snowplow

parent 61119aaf
...@@ -34,7 +34,7 @@ module QA ...@@ -34,7 +34,7 @@ module QA
end end
shared_examples 'group membership actions' do shared_examples 'group membership actions' do
it 'creates a new account automatically and allows to leave group and join again', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347675' do it 'creates a new account automatically and allows to leave group and join again' do
# When the user signs in via IDP for the first time # When the user signs in via IDP for the first time
visit_group_sso_url visit_group_sso_url
...@@ -87,7 +87,7 @@ module QA ...@@ -87,7 +87,7 @@ module QA
end end
end end
context 'with Snowplow tracking enabled' do context 'with Snowplow tracking enabled', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347675' do
before do before do
Flow::Settings.enable_snowplow Flow::Settings.enable_snowplow
end end
...@@ -99,7 +99,7 @@ module QA ...@@ -99,7 +99,7 @@ module QA
end end
end end
context 'with Snowplow tracking disabled' do context 'with Snowplow tracking disabled', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/351257' do
before do before do
Flow::Settings.disable_snowplow Flow::Settings.disable_snowplow
end end
......
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