Skip to content

Commit

Permalink
chore(cypress): skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed Jun 13, 2022
1 parent 97eadb8 commit 0e095bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cypress/integration/chat-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0e095bf

Please sign in to comment.