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