Skip to content

Commit

Permalink
Debug why some tests start with "mac"
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jul 19, 2024
1 parent 2906145 commit 5192a94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/development/app-hmr/hmr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ describe(`app-dir-hmr`, () => {
await browser.loadPage(`${next.url}/env/edge`)
await browser.eval('window.__TEST_NO_RELOAD = true')

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

try {
Expand Down

0 comments on commit 5192a94

Please sign in to comment.