cal.pub0.org/apps/web/playwright/trial.e2e.ts

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");
});