chore: add @plugins_uninstall metadata to sort it last during test (#23926)

This commit is contained in:
Saturnino Abril 2023-07-05 18:17:55 -04:00 committed by GitHub
parent 739fc8edf1
commit 44a95d9f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';