diff --git a/qa/qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb b/qa/qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb index fafa47a4a4fda1ec18a0fd64e9eb81d8cfae4647..d365c888a747badfc08874dba6aa6789c4396717 100644 --- a/qa/qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb @@ -23,7 +23,7 @@ module QA Page::Project::WebIDE::VSCode.perform(&:wait_for_ide_to_load) 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| ide.create_new_folder(directory_name) @@ -40,7 +40,7 @@ module QA Page::Project::WebIDE::VSCode.perform(&:wait_for_ide_to_load) 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 Page::Project::WebIDE::VSCode.perform do |ide| ide.create_new_folder(directory_name)