* Stabilize and demote tests
Этот коммит содержится в:
Mario Vitale
2024-11-25 17:05:35 +01:00
коммит произвёл GitHub
родитель f4e9221261
Коммит 37edbc8533
4 изменённых файлов: 20 добавлений и 6 удалений

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

@@ -101,6 +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`);
// # Switch to Test Channel
cy.uiClickSidebarItem(testChannel.name);