Skip to content
Snippets Groups Projects
Commit 7e03259f authored by 🤖 GitLab Bot 🤖's avatar 🤖 GitLab Bot 🤖
Browse files

Quarantine end-to-end test

Quarantine Create Wiki Creating pages in Group Wikis when Wiki is empty creates a home page
parent e4580caf
No related merge requests found
......@@ -14,7 +14,7 @@ module QA
context 'when Wiki is empty' do
let(:group) { Resource::Group.fabricate_via_api! }
it 'creates a home page', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347689' do
it 'creates a home page', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/353568', type: :investigating }, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347689' do
group.visit!
Page::Group::Menu.perform(&:click_group_wiki_link)
......
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