We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2906145 commit 5192a94Copy full SHA for 5192a94
test/development/app-hmr/hmr.test.ts
@@ -61,6 +61,7 @@ describe(`app-dir-hmr`, () => {
61
await browser.loadPage(`${next.url}/env/edge`)
62
await browser.eval('window.__TEST_NO_RELOAD = true')
63
64
+ expect(await browser.elementByCss('p').text()).toBe('mac')
65
await next.patchFile(envFile, 'MY_DEVICE="ipad"')
66
67
try {
0 commit comments