We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5ae61 commit dbd1c8dCopy full SHA for dbd1c8d
packages/test-e2e-composable-vue3/tests/e2e/specs/subscription.cy.ts
@@ -9,6 +9,7 @@ describe('Subscription', () => {
9
cy.get('input').type('Meow{enter}')
10
cy.get('.message').should('have.length', 3)
11
cy.get('.message').should('contain', 'Meow')
12
+ cy.get('input').should('have.value', '')
13
cy.get('input').type('Waf{enter}')
14
cy.get('.message').should('have.length', 6)
15
cy.get('.message').should('contain', 'Waf')
0 commit comments