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)