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

Merge branch 'blocking-promotion-a56841ad-add_new_directory_in_web_ide_spec-rb' into 'master'

[E2E] PROMOTE TO BLOCKING: add_new_directory_in_web_ide_spec.rb

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154204



Merged-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Approved-by: default avatarJay McCure <jmccure@gitlab.com>
Approved-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Co-authored-by: :robot: GitLab Bot :robot: <gitlab-bot@gitlab.com>
No related branches found
No related tags found
1 合并请求!2498Add job wait time to group runners dashboard
...@@ -23,7 +23,7 @@ module QA ...@@ -23,7 +23,7 @@ module QA
Page::Project::WebIDE::VSCode.perform(&:wait_for_ide_to_load) Page::Project::WebIDE::VSCode.perform(&:wait_for_ide_to_load)
end end
it 'throws an error', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/386760' do it 'throws an error', :blocking, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/386760' do
Page::Project::WebIDE::VSCode.perform do |ide| Page::Project::WebIDE::VSCode.perform do |ide|
ide.create_new_folder(directory_name) ide.create_new_folder(directory_name)
...@@ -40,7 +40,7 @@ module QA ...@@ -40,7 +40,7 @@ module QA
Page::Project::WebIDE::VSCode.perform(&:wait_for_ide_to_load) Page::Project::WebIDE::VSCode.perform(&:wait_for_ide_to_load)
end end
it 'shows successfully but not able to be committed', it 'shows successfully but not able to be committed', :blocking,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/386761' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/386761' do
Page::Project::WebIDE::VSCode.perform do |ide| Page::Project::WebIDE::VSCode.perform do |ide|
ide.create_new_folder(directory_name) ide.create_new_folder(directory_name)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册