Skip to content

Commit 8c9c9a9

Browse files
author
Tiffany Le-Nguyen
committed
chore: fix test
1 parent 10cce05 commit 8c9c9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/rewrites-redirects.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ describe('Rewrites and Redirects', () => {
33
// preview mode is off by default
44
cy.visit('/old')
55
cy.findByText('Next Demo!')
6-
cy.url().should('eq', `${Cypress.config().baseUrl}/old`)
6+
cy.url().should('eq', `${Cypress.config().baseUrl}/old/`)
77

88
// ensure headers are still set
99
cy.request('/api/enterPreview').then(

0 commit comments

Comments
 (0)