Skip to content

Commit b6856f2

Browse files
committed
test: update error code
1 parent 1e1712c commit b6856f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/development/error-overlay/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('DevErrorOverlay', () => {
1414

1515
const errorCode = await browser.elementByCss('[data-nextjs-error-code]')
1616
const code = await errorCode.getAttribute('data-nextjs-error-code')
17-
expect(code).toBe('E846')
17+
expect(code).toBe('E838')
1818
})
1919

2020
it('sends feedback when clicking helpful button', async () => {

0 commit comments

Comments
 (0)