2023-01-31 22:29:24 +00:00
|
|
|
import { test } from "@playwright/test";
|
2022-01-03 22:50:59 +00:00
|
|
|
|
2022-04-06 15:13:09 +00:00
|
|
|
import { todo } from "./lib/testUtils";
|
2022-01-03 22:50:59 +00:00
|
|
|
|
2022-04-06 15:13:09 +00:00
|
|
|
test.describe("Trial account tests", () => {
|
|
|
|
todo("Add tests with a TRIAL account");
|
2022-01-03 22:50:59 +00:00
|
|
|
});
|