Skip to content

Commit 45e8a6f

Browse files
authored
[test] consolidate missing tag dev test (#77896)
This test is flaky in headless mode but passing in browser mode. It was timeout on checking the toast. Adding an assertion for it seems resolve the issue
1 parent 056c57b commit 45e8a6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/development/app-dir/missing-required-html-tags/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('app-dir - missing required html tags', () => {
1212

1313
it('should display correct error count in dev indicator', async () => {
1414
const browser = await next.browser('/')
15-
15+
await assertHasRedbox(browser)
1616
retry(async () => {
1717
expect(await hasErrorToast(browser)).toBe(true)
1818
})

0 commit comments

Comments
 (0)