Skip to content

Commit dbd1c8d

Browse files
authored
test: fix subscription test (#1547)
1 parent 0f5ae61 commit dbd1c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/test-e2e-composable-vue3/tests/e2e/specs/subscription.cy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ describe('Subscription', () => {
99
cy.get('input').type('Meow{enter}')
1010
cy.get('.message').should('have.length', 3)
1111
cy.get('.message').should('contain', 'Meow')
12+
cy.get('input').should('have.value', '')
1213
cy.get('input').type('Waf{enter}')
1314
cy.get('.message').should('have.length', 6)
1415
cy.get('.message').should('contain', 'Waf')

0 commit comments

Comments
 (0)