Skip to content

Commit

Permalink
test: fix subscription test (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmessing authored Mar 29, 2024
1 parent 0f5ae61 commit dbd1c8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('Subscription', () => {
cy.get('input').type('Meow{enter}')
cy.get('.message').should('have.length', 3)
cy.get('.message').should('contain', 'Meow')
cy.get('input').should('have.value', '')
cy.get('input').type('Waf{enter}')
cy.get('.message').should('have.length', 6)
cy.get('.message').should('contain', 'Waf')
Expand Down

0 comments on commit dbd1c8d

Please sign in to comment.