2
0
Files

8 lines
174 B
TypeScript
Raw Permalink Normal View History

2024-08-09 00:39:27 +02:00
import { test } from "@playwright/test";
import { todo } from "./lib/testUtils";
test.describe("Trial account tests", () => {
todo("Add tests with a TRIAL account");
});