mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
refactor: rename Tool.alpha to Tool.experimental
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { test, expect } from "./helpers";
|
||||
import { expect, test } from "./helpers";
|
||||
|
||||
test.describe("Theme System", () => {
|
||||
test("page defaults to light theme", async ({ loggedInPage: page }) => {
|
||||
@@ -16,9 +16,7 @@ test.describe("Theme System", () => {
|
||||
await expect(themeBtn).toBeVisible({ timeout: 10_000 });
|
||||
});
|
||||
|
||||
test("privacy policy link is in footer", async ({
|
||||
loggedInPage: page,
|
||||
}) => {
|
||||
test("privacy policy link is in footer", async ({ loggedInPage: page }) => {
|
||||
await expect(page.getByText("Privacy Policy")).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user