Commit fa023534 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'caalberts-quarantine-create-project-e2e-test' into 'master'

Quarantine E2E Manage Project creation user creates a new project

See merge request gitlab-org/gitlab!49324
parents 805234a5 a41cac1e
......@@ -3,7 +3,9 @@
module QA
RSpec.describe 'Manage', :smoke do
describe 'Project creation' do
it 'user creates a new project', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/429' do
it 'user creates a new project',
testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/429',
quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/283925', type: :investigating } do
Flow::Login.sign_in
created_project = Resource::Project.fabricate_via_browser_ui! do |project|
......
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