Skip to content

Commit

Permalink
Removes the redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan-tonchev authored and svilenvelikov committed Oct 7, 2024
1 parent 603bc75 commit 4f75f5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test-cypress/integration/ttyg/chat-list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4f75f5a

Please sign in to comment.