Demote unstable tests from daily run (#29147)
* Demote unstable tests from daily run --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4e0fc5734c
Коммит
572584937c
@@ -32,7 +32,7 @@ describe('Handle new post', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('MM-T4609 - should mark channel as unread when a message is sent in another channel', () => {
|
||||
it.skip('MM-T4609 - should mark channel as unread when a message is sent in another channel', () => {
|
||||
// # Explicitly click over to the test channel from Town Square
|
||||
// # to dismiss the unread + badge from adding `user` to the channel
|
||||
cy.get(`#sidebarItem_${channel1.name}`).click();
|
||||
@@ -52,7 +52,7 @@ describe('Handle new post', () => {
|
||||
cy.get(`#sidebarItem_${channel1.name} .badge`).should('not.exist');
|
||||
});
|
||||
|
||||
it('MM-T4610 - should show the mention badge when a mention is sent in another channel', () => {
|
||||
it.skip('MM-T4610 - should show the mention badge when a mention is sent in another channel', () => {
|
||||
// # Explicitly click over to the test channel from Town Square
|
||||
// # to dismiss the unread + badge from the end of the previous test
|
||||
// # (maybe should use a new channel but then the same thing has to be done
|
||||
|
||||
Ссылка в новой задаче
Block a user