We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85aed59 commit f5f975fCopy full SHA for f5f975f
cypress/integration/default/appdir.spec.ts
@@ -67,7 +67,7 @@ describe('appDir', () => {
67
68
it('correctly redirects HTML requests for dynamic pages', () => {
69
cy.request('/blog/erica/random-post').then((response) => {
70
- expect(response.status).to.be('308')
+ expect(response.status).to.equal('308')
71
expect(response.headers).to.have.property('location', '/blog/erica/random-post/')
72
})
73
0 commit comments