From 0e095bf48977f9784453f152a72a00d8867125e9 Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Mon, 13 Jun 2022 23:41:38 +0100 Subject: [PATCH] chore(cypress): skip test --- cypress/integration/chat-features.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cypress/integration/chat-features.js b/cypress/integration/chat-features.js index ef6947c5fd..1679a9b7d5 100644 --- a/cypress/integration/chat-features.js +++ b/cypress/integration/chat-features.js @@ -28,11 +28,13 @@ describe('Chat Features Tests', () => { cy.chatFeaturesSendEmoji('[title="smile"]', '😄') }) - it('Chat - Edit message on chat', () => { + it.skip('Chat - Edit message on chat', () => { + // skipped because edit feature is coming soon cy.chatFeaturesEditMessage(randomMessage, randomNumber) }) - it('Chat - Message edited shows edited status', () => { + it.skip('Chat - Message edited shows edited status', () => { + // skipped because edit feature is coming soon cy.get('[data-cy=message-edited]').last().parents() cy.contains(randomMessage + randomNumber)