mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
test(ui): model dropdown item slot in responsive fixture
Punchcard-Session: clear-lantern-brook-g3
This commit is contained in:
@@ -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>`,
|
||||
|
||||
Reference in New Issue
Block a user