Skip to content

Commit 7636fd2

Browse files
author
Tiffany Le-Nguyen
authored
chore: fix test (#1137)
1 parent 380a667 commit 7636fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/default/default.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('Default site', () => {
44
})
55

66
it('loads home page', () => {
7-
cy.findByText('Next Demo!')
7+
cy.findByText('NextJS on Netlify (imported Header component)')
88
cy.findByTestId('list-server-side').within(() => {
99
cy.findAllByRole('link').should('have.length', 5)
1010
})

0 commit comments

Comments
 (0)