Browse Source

feat(testing): typo

pull/3848/head
Muhammed Mustafa 2 years ago
parent
commit
0e32ba482a
  1. 2
      scripts/playwright/tests/linkToAnotherRecord.spec.ts

2
scripts/playwright/tests/linkToAnotherRecord.spec.ts

@ -2,7 +2,7 @@ import { test } from "@playwright/test";
import { DashboardPage } from "../pages/Dashboard";
import setup from "../setup";
test.describe.only("LTAR create & update", () => {
test.describe("LTAR create & update", () => {
let dashboard: DashboardPage;
let context: any;

Loading…
Cancel
Save