test: remove selective execution

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-10-13 13:54:44 +05:30
committed by Muhammed Mustafa
parent 5067051101
commit 2abcb0cb42

View File

@@ -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;