From 44a95d9f69019f14100f0dd3d2af9ce523ef36d0 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Wed, 5 Jul 2023 18:17:55 -0400 Subject: [PATCH] chore: add @plugins_uninstall metadata to sort it last during test (#23926) --- .../plugins/marketplace/disabled_remote_marketplace_spec.js | 2 +- .../plugins/marketplace/invalid_marketplace_url_spec.js | 2 +- .../tests/integration/channels/plugins/marketplace/ui_spec.js | 2 +- .../tests/integration/channels/plugins/plugin_buttons_spec.js | 2 +- .../cypress/tests/integration/channels/plugins/upgrade_spec.js | 2 +- .../channels/system_console/search_box_not_cloud_spec.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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';