test(ui): model dropdown item slot in responsive fixture

Punchcard-Session: clear-lantern-brook-g3
This commit is contained in:
Vincent Koc
2026-08-07 07:56:29 +08:00
parent ec023a4336
commit 265f43eded
@@ -775,7 +775,7 @@ describeBrowserLayout.concurrent("chat responsive browser layout", () => {
await page.setContent(
`<!doctype html><html><head><style>${readUiCss()}\n${splitViewCss}</style></head><body>
<wa-dropdown class="chat-pane__gateway-menu">
<template shadowrootmode="open"><div part="menu">Gateways</div></template>
<template shadowrootmode="open"><div part="menu">Gateways<slot></slot></div></template>
<wa-dropdown-item class="chat-pane__gateway-menu-item">Local Gateway</wa-dropdown-item>
</wa-dropdown>
</body></html>`,