diff --git a/test-cypress/integration/ttyg/chat-list.spec.js b/test-cypress/integration/ttyg/chat-list.spec.js index 39dc25a8c..53f3cf7d6 100644 --- a/test-cypress/integration/ttyg/chat-list.spec.js +++ b/test-cypress/integration/ttyg/chat-list.spec.js @@ -168,10 +168,6 @@ describe('TTYG chat list', () => { ModalDialogSteps.clickOnConfirmButton(); // Then the chat should be deleted TTYGViewSteps.getChatByDayGroups().should('have.length', 1); - // and the selected chat should be loaded in chat panel - TTYGViewSteps.getChatFromGroup(0, 0).should('contain', 'Test chat 3'); - TTYGViewSteps.getChatFromGroup(0, 0).should('have.class', 'selected'); - ChatPanelSteps.getChatDetailsElements().should('have.length', 2); // When I select a chat TTYGViewSteps.selectChat(0, 1);