fix MM-T5671 (#31352)
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
@@ -96,7 +96,7 @@ describe('Collapsed Reply Threads', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it.skip('MM-T5671 should handle mention counts correctly when marking a thread as unread and unfollowing it', () => {
|
it('MM-T5671 should handle mention counts correctly when marking a thread as unread and unfollowing it', () => {
|
||||||
// # Post a root post as current user
|
// # Post a root post as current user
|
||||||
cy.postMessageAs({
|
cy.postMessageAs({
|
||||||
sender: otherUser,
|
sender: otherUser,
|
||||||
@@ -135,6 +135,9 @@ describe('Collapsed Reply Threads', () => {
|
|||||||
|
|
||||||
// # Switch to a different team
|
// # Switch to a different team
|
||||||
cy.apiCreateTeam('team', 'Team').then(({team: otherTeam}) => {
|
cy.apiCreateTeam('team', 'Team').then(({team: otherTeam}) => {
|
||||||
|
// # Reload the page to ensure newly created team is loaded
|
||||||
|
cy.reload();
|
||||||
|
|
||||||
// # Click on the other team button to switch teams
|
// # Click on the other team button to switch teams
|
||||||
cy.get(`#${otherTeam.name}TeamButton`).click();
|
cy.get(`#${otherTeam.name}TeamButton`).click();
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user