Этот коммит содержится в:
Mario Vitale
2024-12-06 13:23:27 +01:00
коммит произвёл GitHub
родитель e6c0ed4a1b
Коммит a90f19dc0f
4 изменённых файлов: 10 добавлений и 7 удалений

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

@@ -101,7 +101,7 @@ describe('Collapsed Reply Threads', () => {
it('MM-T4843_2 should go to threads view when threads view is the penultimate view and leave the current channel', () => {
// # Go to the Threads view on Team A
cy.uiGetSidebarThreadsButton().click();
cy.url().should('include', `${teamA.name}/threads`);
cy.wait(TIMEOUTS.ONE_SEC);
// # Switch to Test Channel
cy.uiClickSidebarItem(testChannel.name);