Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit 73f5ee7

Browse files
committed
enable slot AppInput spec
1 parent e96281c commit 73f5ee7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cypress/component/basic/small-examples/AppInput.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ it('renders label', () => {
1919
cy.get('input#username')
2020

2121
// Get input field by label text we passed as slot
22-
// enable once #364 is working
23-
// cy.contains('label', 'Enter Username')
22+
cy.contains('label', 'Enter Username')
2423
})

0 commit comments

Comments
 (0)