Commit afe2592a authored by Albert Salim's avatar Albert Salim Committed by Mark Lapierre
parent 87afbbbd
......@@ -25,7 +25,9 @@ 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' do
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
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