Skip to content

Commit 18b24ed

Browse files
committed
perf(test): run session layout viewports concurrently
1 parent 51bb5f6 commit 18b24ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/pages/sessions/view.browser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async function closeFixture(fixture: BrowserFixture): Promise<void> {
184184
await fixture.browser.close().catch(() => {});
185185
}
186186

187-
describeBrowserLayout("sessions responsive browser layout", () => {
187+
describeBrowserLayout.concurrent("sessions responsive browser layout", () => {
188188
it.each(VIEWPORTS)("keeps the session roster visible at %dx%d", async (width, height) => {
189189
const fixture = await openFixture(width, height);
190190
const { page } = fixture;

0 commit comments

Comments
 (0)