diff --git a/test/cypress/integration/group-chat.spec.js b/test/cypress/integration/group-chat.spec.js index aae8d443a..246650d0c 100644 --- a/test/cypress/integration/group-chat.spec.js +++ b/test/cypress/integration/group-chat.spec.js @@ -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()