feat(testing): Synced to develop regression, reverted non required backend changes and added await to expect poll

This commit is contained in:
Muhammed Mustafa
2022-10-19 20:13:15 +05:30
parent 61317d5c10
commit ad8d8a0f76
13 changed files with 164 additions and 1194 deletions

View File

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