Demote unstable tests from daily run (#29147)

* Demote unstable tests from daily run

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Mario Vitale
2024-11-12 12:04:32 +01:00
коммит произвёл GitHub
родитель 4e0fc5734c
Коммит 572584937c
34 изменённых файлов: 12 добавлений и 46 удалений

Просмотреть файл

@@ -7,7 +7,6 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************
// Stage: @prod
// Group: @channels @mark_as_unread
import {beUnread} from '../../../support/assertions';

Просмотреть файл

@@ -7,7 +7,6 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************
// Stage: @prod
// Group: @channels @mark_as_unread
import {markAsUnreadFromPost, switchToChannel} from './helpers';

Просмотреть файл

@@ -7,7 +7,6 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************
// Stage: @prod
// Group: @channels @mark_as_unread
describe('Verify unread toast appears after repeated manual marking post as unread', () => {