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

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

@@ -23,6 +23,7 @@ describe('Message Draft with attachment and Switch Channels', () => {
testChannel2 = out.channel;
});
cy.visit(`/${team.name}/channels/town-square`);
cy.get('#channelHeaderTitle').should('be.visible').should('contain', 'Town Square');
});
});