Commit 81b2ae7f authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-unquarantine-project-audit-log-spec-in-prod' into 'master'

Un-quarantine project audit log and transfer project specs in prod

See merge request gitlab-org/gitlab!54534
parents 598fdaea bb15d2e0
......@@ -44,8 +44,7 @@ module QA
end
it 'user transfers a project between groups',
testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/406',
quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/283925', type: :investigating, only: :production } do
testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/406' do
# Retry is needed here as the target group is not avaliable for transfer right away.
QA::Support::Retrier.retry_on_exception(reload_page: page) do
Page::File::Show.perform(&:go_to_general_settings)
......
......@@ -26,8 +26,7 @@ module QA
let(:user) { Resource::User.fabricate_or_use(Runtime::Env.gitlab_qa_username_1, Runtime::Env.gitlab_qa_password_1) }
context "Add project",
testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/727',
quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/283925', type: :investigating, only: :production } do
testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/727' do
before do
Resource::Project.fabricate_via_browser_ui! do |project|
project.name = 'audit-add-project-via-ui'
......
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