mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: update privacy copy from "your device/machine" to "your network"
This commit is contained in:
@@ -586,7 +586,7 @@ test.describe("GUI Settings - Product Analytics Tab (deep)", () => {
|
||||
await page.getByRole("button", { name: /product analytics/i }).click();
|
||||
|
||||
await expect(page.getByText(/share anonymous usage data/i)).toBeVisible();
|
||||
await expect(page.getByText(/images never leave your machine/i)).toBeVisible();
|
||||
await expect(page.getByText(/images never leave your network/i)).toBeVisible();
|
||||
});
|
||||
|
||||
test("shows either consent toggle or admin-disabled message", async ({ loggedInPage: page }) => {
|
||||
|
||||
Reference in New Issue
Block a user