Commit 28ee1ea6 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'reliable-protect-specs' into 'master'

Tag reliable protect tests

See merge request gitlab-org/gitlab!83006
parents af9c91fe cd613497
......@@ -23,7 +23,7 @@ module QA
project.visit!
end
it 'can load Policies page and view the policies list', :smoke, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347589' do
it 'can load Policies page and view the policies list', :smoke, :reliable, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347589' do
Page::Project::Menu.perform(&:click_on_policies)
EE::Page::Project::Policies::Index.perform do |policies_page|
......@@ -33,7 +33,7 @@ module QA
end
end
it 'can navigate to Policy Editor page', :smoke, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347611' do
it 'can navigate to Policy Editor page', :smoke, :reliable, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347611' do
Page::Project::Menu.perform(&:click_on_policies)
EE::Page::Project::Policies::Index.perform(&:click_new_policy_button)
......
......@@ -23,7 +23,7 @@ module QA
project.visit!
end
it 'can load Threat Monitoring page and view the policy alert list', :smoke, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347613' do
it 'can load Threat Monitoring page and view the policy alert list', :smoke, :reliable, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347613' do
Page::Project::Menu.perform(&:click_on_threat_monitoring)
EE::Page::Project::ThreatMonitoring::AlertsList.perform do |alerts_list|
......
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