Skip to content
代码片段 群组 项目
提交 4131bfed 编辑于 作者: Andrejs Cunskis's avatar Andrejs Cunskis
浏览文件

Merge branch 'ml-quarantine-stale-test' into 'master'

No related branches found
No related tags found
加载中
...@@ -59,7 +59,14 @@ module QA ...@@ -59,7 +59,14 @@ module QA
project.visit! project.visit!
end end
it 'lists branches correctly after CRUD operations', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347740' do it(
'lists branches correctly after CRUD operations',
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347740',
quarantine: {
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/414026',
type: :stale
}
) do
Page::Project::Menu.perform(&:go_to_repository_branches) Page::Project::Menu.perform(&:go_to_repository_branches)
expect(page).to have_content(master_branch) expect(page).to have_content(master_branch)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册