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 2a4950d commit 7204d41Copy full SHA for 7204d41
demo/cypress/integration/test.spec.ts
@@ -4,6 +4,6 @@ describe('TypeScript spec', () => {
4
})
5
6
it('loads home page', () => {
7
- cy.findByText('Next Demo!')
+ cy.get('h1')
8
9
0 commit comments