mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 16:07:05 +00:00
feat(testing): Synced to develop regression, reverted non required backend changes and added await to expect poll
This commit is contained in:
@@ -2,7 +2,7 @@ import { test } from "@playwright/test";
|
||||
import { DashboardPage } from "../pages/Dashboard";
|
||||
import setup from "../setup";
|
||||
|
||||
test.describe("LTAR create & update", () => {
|
||||
test.describe.only("LTAR create & update", () => {
|
||||
let dashboard: DashboardPage;
|
||||
let context: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user