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 f993b13 commit 0cb3a78Copy full SHA for 0cb3a78
test/e2e/modified-tests/middleware-general/test/index.test.ts
@@ -185,7 +185,7 @@ describe('Middleware Runtime', () => {
185
await check(() => browser.eval('document.documentElement.innerHTML'), /"slug":"hello"/)
186
187
await check(() => browser.elementByCss('body').text(), /\/to-ssg/)
188
- // NTL Skip - why is this supposed to be true? The middleware adds a query param but it seems it's not meant to be here
+ // NTL Skip - https://github.com/netlify/next-runtime/issues/1821
189
// expect(JSON.parse(await browser.elementByCss('#query').text())).toEqual({
190
// slug: 'hello',
191
// })
0 commit comments