mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 14:35:03 +00:00
tests: run playwright e2e fully parallel
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { test, expect } from '../../../playwright';
|
||||
import { closeAllCollections, createCollection } from '../../utils/page';
|
||||
|
||||
test.describe('Draft indicator in collection and folder settings', () => {
|
||||
test.describe.serial('Draft indicator in collection and folder settings', () => {
|
||||
test.afterAll(async ({ page }) => {
|
||||
// cleanup: close all collections
|
||||
await closeAllCollections(page);
|
||||
|
||||
Reference in New Issue
Block a user