mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
chore: add @plugins_uninstall metadata to sort it last during test (#23926)
This commit is contained in:
parent
739fc8edf1
commit
44a95d9f69
@ -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';
|
||||
|
||||
|
@ -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';
|
||||
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user