Skip to content

Commit 5192a94

Browse files
committed
Debug why some tests start with "mac"
1 parent 2906145 commit 5192a94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/development/app-hmr/hmr.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ describe(`app-dir-hmr`, () => {
6161
await browser.loadPage(`${next.url}/env/edge`)
6262
await browser.eval('window.__TEST_NO_RELOAD = true')
6363

64+
expect(await browser.elementByCss('p').text()).toBe('mac')
6465
await next.patchFile(envFile, 'MY_DEVICE="ipad"')
6566

6667
try {

0 commit comments

Comments
 (0)