mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 18:25:25 +00:00
test: remove selective execution
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
committed by
Muhammed Mustafa
parent
5067051101
commit
2abcb0cb42
@@ -3,7 +3,7 @@ import { DashboardPage } from "../pages/Dashboard";
|
||||
import { GridPage } from "../pages/Dashboard/Grid";
|
||||
import setup from "../setup";
|
||||
|
||||
test.describe.only("Table Column Operations", () => {
|
||||
test.describe("Table Column Operations", () => {
|
||||
let grid: GridPage, dashboard: DashboardPage;
|
||||
let context: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user