Skip to content

Commit

Permalink
chore: really passes 3 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 65ae37c commit cde5c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/integration/group-chat.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ 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 2 INTERACTIVE mesages are created
// one for creating proposal and another is for proposal approval.
// 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 cde5c76

Please sign in to comment.