From 49db5c5e4e92b192f59ac0d9ecde4d4f3079ab30 Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Thu, 14 Apr 2022 23:08:59 +0100 Subject: [PATCH] chore(cypress): skip test --- cypress/integration/chat-pair-features.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/chat-pair-features.js b/cypress/integration/chat-pair-features.js index c492dd1aec..6c02422367 100644 --- a/cypress/integration/chat-pair-features.js +++ b/cypress/integration/chat-pair-features.js @@ -13,7 +13,7 @@ const fileLocalPath = 'cypress/fixtures/test-file.txt' const textReply = 'This is a reply to the message' let glyphURL, imageURL, fileURL -describe('Chat features with two accounts', () => { +describe.skip('Chat features with two accounts', () => { it('Ensure chat window from first account is displayed', () => { //Import first account cy.importAccount(randomPIN, recoverySeedAccountOne)