mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
perf(test): run session layout viewports concurrently
This commit is contained in:
parent
51bb5f6847
commit
18b24edea6
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ async function closeFixture(fixture: BrowserFixture): Promise<void> {
|
|||
await fixture.browser.close().catch(() => {});
|
||||
}
|
||||
|
||||
describeBrowserLayout("sessions responsive browser layout", () => {
|
||||
describeBrowserLayout.concurrent("sessions responsive browser layout", () => {
|
||||
it.each(VIEWPORTS)("keeps the session roster visible at %dx%d", async (width, height) => {
|
||||
const fixture = await openFixture(width, height);
|
||||
const { page } = fixture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue