Skip to content

Commit eb5800c

Browse files
committed
update test
1 parent 81f54b1 commit eb5800c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/app-dir/metadata-icons/metadata-icons.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ describe('app-dir - metadata-icons', () => {
3535

3636
await retry(async () => {
3737
const iconsInBody = await browser.elementsByCss('body link[rel="icon"]')
38-
// favicon.ico + /heart.png
39-
expect(iconsInBody.length).toBe(2)
40-
4138
const iconsInHead = await browser.elementsByCss('head link[rel="icon"]')
39+
40+
// moved to head
41+
expect(iconsInBody.length).toBe(0)
4242
// re-inserted favicon.ico + /heart.png
4343
expect(iconsInHead.length).toBe(2)
4444
})

0 commit comments

Comments
 (0)