mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 15:01:34 +00:00
perf(test): run session layout viewports concurrently
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user