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 6d55da1 commit b00ee97Copy full SHA for b00ee97
test/e2e/modified-tests/middleware-general/test/index.test.ts
@@ -240,8 +240,8 @@ describe('Middleware Runtime', () => {
240
expect(await browser.elementByCss('#pathname').text()).toBe('/blog/[slug]')
241
expect(await browser.elementByCss('#as-path').text()).toBe('/rewrite-to-dynamic')
242
})
243
-
244
- it('should have correct route params for chained rewrite from middleware to config rewrite', async () => {
+ // Skipping because of Next 13.0.7 issue
+ usuallySkip('should have correct route params for chained rewrite from middleware to config rewrite', async () => {
245
const browser = await webdriver(next.url, '/')
246
await browser.eval('window.beforeNav = 1')
247
await browser.eval('window.next.router.push("/rewrite-to-config-rewrite")')
0 commit comments