diff --git a/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/disabled_remote_marketplace_spec.js b/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/disabled_remote_marketplace_spec.js index fd8eeedc9e..fdb028de4c 100644 --- a/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/disabled_remote_marketplace_spec.js +++ b/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/disabled_remote_marketplace_spec.js @@ -7,7 +7,7 @@ // - Use element ID when selecting an element. Create one if none. // *************************************************************** -// Group: @channels @not_cloud @plugin_marketplace @plugin +// Group: @channels @not_cloud @plugin_marketplace @plugin @plugins_uninstall import {githubPlugin} from '../../../../utils/plugins'; diff --git a/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/invalid_marketplace_url_spec.js b/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/invalid_marketplace_url_spec.js index 13cff24896..5a0e7cc476 100644 --- a/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/invalid_marketplace_url_spec.js +++ b/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/invalid_marketplace_url_spec.js @@ -7,7 +7,7 @@ // - Use element ID when selecting an element. Create one if none. // *************************************************************** -// Group: @channels @not_cloud @plugin_marketplace @plugin +// Group: @channels @not_cloud @plugin_marketplace @plugin @plugins_uninstall import {githubPlugin} from '../../../../utils/plugins'; diff --git a/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/ui_spec.js b/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/ui_spec.js index 34b7c1051b..9b36d0e96b 100644 --- a/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/ui_spec.js +++ b/e2e-tests/cypress/tests/integration/channels/plugins/marketplace/ui_spec.js @@ -7,7 +7,7 @@ // - Use element ID when selecting an element. Create one if none. // *************************************************************** -// Group: @channels @not_cloud @plugin_marketplace @plugin +// Group: @channels @not_cloud @plugin_marketplace @plugin @plugins_uninstall import * as TIMEOUTS from '../../../../fixtures/timeouts'; import {githubPluginOld} from '../../../../utils/plugins'; diff --git a/e2e-tests/cypress/tests/integration/channels/plugins/plugin_buttons_spec.js b/e2e-tests/cypress/tests/integration/channels/plugins/plugin_buttons_spec.js index 0dc107044c..6c8d821649 100644 --- a/e2e-tests/cypress/tests/integration/channels/plugins/plugin_buttons_spec.js +++ b/e2e-tests/cypress/tests/integration/channels/plugins/plugin_buttons_spec.js @@ -8,7 +8,7 @@ // *************************************************************** // Stage: @prod -// Group: @channels @plugin @not_cloud +// Group: @channels @plugin @plugins_uninstall @not_cloud import * as TIMEOUTS from '../../../fixtures/timeouts'; import {demoPlugin, testPlugin} from '../../../utils/plugins'; diff --git a/e2e-tests/cypress/tests/integration/channels/plugins/upgrade_spec.js b/e2e-tests/cypress/tests/integration/channels/plugins/upgrade_spec.js index bb943a4154..47d021b63e 100644 --- a/e2e-tests/cypress/tests/integration/channels/plugins/upgrade_spec.js +++ b/e2e-tests/cypress/tests/integration/channels/plugins/upgrade_spec.js @@ -15,7 +15,7 @@ * under fixtures folder. */ -// Group: @channels @system_console @plugin @not_cloud +// Group: @channels @system_console @plugin @plugins_uninstall @not_cloud import * as TIMEOUTS from '../../../fixtures/timeouts'; import {demoPlugin, demoPluginOld} from '../../../utils/plugins'; diff --git a/e2e-tests/cypress/tests/integration/channels/system_console/search_box_not_cloud_spec.js b/e2e-tests/cypress/tests/integration/channels/system_console/search_box_not_cloud_spec.js index b630e4efa8..c1d4161ed1 100644 --- a/e2e-tests/cypress/tests/integration/channels/system_console/search_box_not_cloud_spec.js +++ b/e2e-tests/cypress/tests/integration/channels/system_console/search_box_not_cloud_spec.js @@ -8,7 +8,7 @@ // *************************************************************** // Stage: @prod -// Group: @channels @not_cloud @system_console +// Group: @channels @not_cloud @system_console @plugins_uninstall import * as TIMEOUTS from '../../../fixtures/timeouts';