diff --git a/qa/qa/specs/features/browser_ui/3_create/web_ide/add_first_file_in_web_ide_spec.rb b/qa/qa/specs/features/browser_ui/3_create/web_ide/add_first_file_in_web_ide_spec.rb index a7ec7c401b2ce518438816f71f1eac9b1aff8745..8c6a35014519b41d738c0aa8d335d4de6ce5135b 100644 --- a/qa/qa/specs/features/browser_ui/3_create/web_ide/add_first_file_in_web_ide_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/web_ide/add_first_file_in_web_ide_spec.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module QA - RSpec.describe 'Create', :skip_live_env, product_group: :ide do + RSpec.describe 'Create', :skip_live_env, product_group: :remote_development do describe 'Add first file in Web IDE' do let(:project) { create(:project, :with_readme, name: 'webide-create-file-project') } 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 63b75aeb878600145d5327fd966db6d584a97bb4..864105ce76ba2cab97cc86795bac21ca357a8599 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 @@ -1,7 +1,7 @@ # frozen_string_literal: true module QA - RSpec.describe 'Create', product_group: :ide do + RSpec.describe 'Create', product_group: :remote_development do describe 'Add a directory in Web IDE' do let(:project) { create(:project, :with_readme, name: 'webide-add-directory-project') } diff --git a/qa/qa/specs/features/browser_ui/3_create/web_ide/closing_web_ide_with_unsaved_changes_spec.rb b/qa/qa/specs/features/browser_ui/3_create/web_ide/closing_web_ide_with_unsaved_changes_spec.rb index cc26c2a794ab66b429e3ec3c8e7a404783d66608..84699f696b41ee8774e0fd7c1faee94a2764a9a4 100644 --- a/qa/qa/specs/features/browser_ui/3_create/web_ide/closing_web_ide_with_unsaved_changes_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/web_ide/closing_web_ide_with_unsaved_changes_spec.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module QA - RSpec.describe 'Create', product_group: :ide do + RSpec.describe 'Create', product_group: :remote_development do describe 'Closing Web IDE' do let(:file_name) { 'file.txt' } let(:project) { create(:project, :with_readme, name: 'webide-close-with-unsaved-changes') } diff --git a/qa/qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_in_web_ide_spec.rb b/qa/qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_in_web_ide_spec.rb index 38be29360e2dcfd7366f2db46d78882770e66084..52ba1e19a56e1fc8c66c72007883f2574cbbc1a6 100644 --- a/qa/qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_in_web_ide_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_in_web_ide_spec.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module QA - RSpec.describe 'Create', product_group: :ide do + RSpec.describe 'Create', product_group: :remote_development do describe 'Upload a file in Web IDE' do let(:file_path) { File.absolute_path(File.join('qa', 'fixtures', 'web_ide', file_name)) } let(:project) { create(:project, :with_readme, name: 'webide-upload-file-project') } diff --git a/qa/qa/specs/features/ee/browser_ui/3_create/.gitkeep b/qa/qa/specs/features/ee/browser_ui/3_create/.gitkeep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/qa/qa/specs/features/ee/browser_ui/3_create/remote_development/with_prerequisite_done/workspace_actions_with_prerequisite_done_spec.rb b/qa/qa/specs/features/ee/browser_ui/3_create/remote_development/with_prerequisite_done/workspace_actions_with_prerequisite_done_spec.rb index c6aeaa93a1c25753304aabb5b8a8ef6fa4a99425..929303920547beac2c556c397a471ecb64b129b1 100644 --- a/qa/qa/specs/features/ee/browser_ui/3_create/remote_development/with_prerequisite_done/workspace_actions_with_prerequisite_done_spec.rb +++ b/qa/qa/specs/features/ee/browser_ui/3_create/remote_development/with_prerequisite_done/workspace_actions_with_prerequisite_done_spec.rb @@ -23,7 +23,7 @@ module QA quarantine: { type: :waiting_on, issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/397005' - }, product_group: :ide do + }, product_group: :remote_development do describe 'Remote Development' do context 'when prerequisite is already done', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/396854' do diff --git a/qa/qa/specs/features/ee/browser_ui/3_create/remote_development/workspace_actions_spec.rb b/qa/qa/specs/features/ee/browser_ui/3_create/remote_development/workspace_actions_spec.rb index 1568061bdbe69d56022c69426566cd153afa0ae4..2a09522dc9dfbbc8e2cc2b948df67af9ab312921 100644 --- a/qa/qa/specs/features/ee/browser_ui/3_create/remote_development/workspace_actions_spec.rb +++ b/qa/qa/specs/features/ee/browser_ui/3_create/remote_development/workspace_actions_spec.rb @@ -22,7 +22,7 @@ # then run the test using step 1 module QA - RSpec.describe 'Create', only: { pipeline: %i[staging staging-canary] }, product_group: :ide do + RSpec.describe 'Create', only: { pipeline: %i[staging staging-canary] }, product_group: :remote_development do describe 'Remote Development' do include Runtime::Fixtures diff --git a/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/code_suggestions_in_web_ide_spec.rb b/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/code_suggestions_in_web_ide_spec.rb index 997f63b2d928ea4da5d75f1fc7b71a3d67d57422..743769092f8f4d900fb46f4789f043d449246909 100644 --- a/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/code_suggestions_in_web_ide_spec.rb +++ b/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/code_suggestions_in_web_ide_spec.rb @@ -3,7 +3,7 @@ module QA # This test requires several feature flags, user settings, and instance configuration. # See https://docs.gitlab.com/ee/development/code_suggestions/#code-suggestions-development-setup - RSpec.describe 'Create', product_group: :ide do + RSpec.describe 'Create', product_group: :remote_development do describe 'Code Suggestions in Web IDE' do let(:project) { create(:project, :with_readme, name: 'webide-code-suggestions-project') } let(:file_name) { 'new_file.rb' } diff --git a/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/duo_chat_in_web_ide_spec.rb b/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/duo_chat_in_web_ide_spec.rb index 37f61019e58e8379253fd3587c071b2d2ceded83..5bf4733c074b0d68a17db1b08ecd1ce853083f05 100644 --- a/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/duo_chat_in_web_ide_spec.rb +++ b/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/duo_chat_in_web_ide_spec.rb @@ -2,7 +2,7 @@ module QA # https://docs.gitlab.com/ee/development/ai_features/duo_chat.html - RSpec.describe 'Create', product_group: :ide do + RSpec.describe 'Create', product_group: :remote_development do describe 'Duo Chat in Web IDE' do shared_examples 'Duo Chat' do |testcase| it 'gets a response back from Duo Chat', testcase: testcase do