Skip to content
代码片段 群组 项目
提交 84be56f8 编辑于 作者: Sofia Vistas's avatar Sofia Vistas
浏览文件

Remove unnecessary calls to sign out

上级 4ccee297
No related branches found
No related tags found
无相关合并请求
...@@ -23,8 +23,6 @@ module QA ...@@ -23,8 +23,6 @@ module QA
example.run example.run
ssh_key.remove_via_api! ssh_key.remove_via_api!
Page::Main::Menu.perform(&:sign_out_if_signed_in)
end end
it 'user pushes to the repository', :blocking, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347734' do it 'user pushes to the repository', :blocking, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347734' do
......
...@@ -29,12 +29,8 @@ module QA ...@@ -29,12 +29,8 @@ module QA
end end
after do after do
page.visit Runtime::Scenario.gitlab_address
group.remove_via_api! group.remove_via_api!
Page::Main::Menu.perform(&:sign_out_if_signed_in)
Flow::Saml.remove_saml_idp_service(saml_idp_service) Flow::Saml.remove_saml_idp_service(saml_idp_service)
end end
......
...@@ -83,7 +83,6 @@ module QA ...@@ -83,7 +83,6 @@ module QA
remove_user remove_user
page.visit Runtime::Scenario.gitlab_address page.visit Runtime::Scenario.gitlab_address
Page::Main::Menu.perform(&:sign_out_if_signed_in)
end end
context 'with Snowplow tracking enabled', context 'with Snowplow tracking enabled',
......
...@@ -23,9 +23,6 @@ module QA ...@@ -23,9 +23,6 @@ module QA
after do after do
group.remove_via_api! group.remove_via_api!
page.visit Runtime::Scenario.gitlab_address
Page::Main::Menu.perform(&:sign_out_if_signed_in)
Flow::Saml.remove_saml_idp_service(saml_idp_service) Flow::Saml.remove_saml_idp_service(saml_idp_service)
user.remove_via_api! if user user.remove_via_api! if user
......
...@@ -31,9 +31,6 @@ module QA ...@@ -31,9 +31,6 @@ module QA
after do after do
sandbox_group.remove_via_api! sandbox_group.remove_via_api!
page.visit Runtime::Scenario.gitlab_address
Page::Main::Menu.perform(&:sign_out_if_signed_in)
end end
context 'when restricted by another ip address' do context 'when restricted by another ip address' do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册