mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 17:17:06 +00:00
feat(testing): Added parrelel test support
This commit is contained in:
@@ -4,7 +4,7 @@ import { GridPage } from '../pages/Grid';
|
||||
import setup from '../setup';
|
||||
|
||||
|
||||
test.describe.serial('Multi select', () => {
|
||||
test.describe('Multi select', () => {
|
||||
let dashboard: DashboardPage, grid: GridPage;
|
||||
let context: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user