Skip to content

Commit e56bbd6

Browse files
committed
Revert "test: fixed renders fallback page via ODB on a non-prerendered dynamic route with fallback: true"
This reverts commit 14c8a35.
1 parent 0888742 commit e56bbd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/e2e/default/dynamic-routes.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ describe('Dynamic Routing', () => {
6666
expect(res.status).to.eq(200)
6767
// expect 'odb' until https://github.com/netlify/pillar-runtime/issues/438 is fixed
6868
expect(res.headers).to.have.property('x-nf-render-mode', 'odb')
69-
expect(res.body).to.contain('Loading...')
69+
// expect 'Bitten' until the above is fixed and we can test for fallback 'Loading...' message
70+
expect(res.body).to.contain('Bitten')
7071
})
7172
})
7273
it('serves correct static file on a prerendered dynamic route with fallback: blocking', () => {

0 commit comments

Comments
 (0)