Skip to content
代码片段 群组 项目
未验证 提交 3c1e0522 编辑于 作者: Desiree Chevalier's avatar Desiree Chevalier
浏览文件

Unquarantine wiki e2e specs

上级 4563914b
No related branches found
No related tags found
无相关合并请求
# frozen_string_literal: true
module QA
RSpec.describe 'Plan', :blocking, product_group: :knowledge,
quarantine: {
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/409541',
type: :bug
} do
RSpec.describe 'Plan', :blocking, product_group: :knowledge do
describe 'Testing project wiki file upload' do
let(:initial_wiki) { create(:project_wiki_page) }
let(:page_title) { 'Content Editor Page' }
......
# frozen_string_literal: true
module QA
RSpec.describe 'Plan', product_group: :knowledge,
quarantine: {
only: { job: 'relative-url' },
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/409542',
type: :bug
} do
RSpec.describe 'Plan', product_group: :knowledge do
describe 'Testing group wiki file upload' do
let(:initial_wiki) { create(:group_wiki_page) }
let(:page_title) { 'Content Editor Page' }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册