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