From cde5c763bd192f6a868dddb5a50c090b97667ea0 Mon Sep 17 00:00:00 2001 From: silver-it Date: Tue, 23 Jul 2024 09:46:59 +0800 Subject: [PATCH] chore: really passes 3 times in a row? --- test/cypress/integration/group-chat.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()