Skip to content

Commit 7204d41

Browse files
author
Tiffany Le-Nguyen
committed
fix: test, we will deal with testing-library after
1 parent 2a4950d commit 7204d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: demo/cypress/integration/test.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ describe('TypeScript spec', () => {
44
})
55

66
it('loads home page', () => {
7-
cy.findByText('Next Demo!')
7+
cy.get('h1')
88
})
99
})

0 commit comments

Comments
 (0)