8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
|
|
import { test } from "@playwright/test";
|
||
|
|
|
||
|
|
import { todo } from "./lib/testUtils";
|
||
|
|
|
||
|
|
test.describe("Trial account tests", () => {
|
||
|
|
todo("Add tests with a TRIAL account");
|
||
|
|
});
|