Skip to content

Commit

Permalink
chore: updated comment and check Cypress passed 2 times in a row
Browse files Browse the repository at this point in the history
  • Loading branch information
Silver-IT committed Jul 23, 2024
1 parent a1aa3ec commit 65ae37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cypress/integration/group-chat.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ describe('Group Chat Basic Features (Create & Join & Leave & Close)', () => {

cy.getByDT('groupMembers').find('ul>li').should('have.length', 2) // user1 & user2

// NOTE: this check is to wait until the 2 INTERACTIVE mesages are all created
// one for creating proposal and another is for proposal approval
// NOTE: this check is to wait until 2 INTERACTIVE mesages are created
// one for creating proposal and another is for proposal approval.
cy.getByDT('groupChatLink').get('.c-badge.is-compact[aria-label="2 new notifications"]').contains('2')

cy.giRedirectToGroupChat()
Expand Down

0 comments on commit 65ae37c

Please sign in to comment.