@@ -37,7 +37,7 @@ test("keeps prior inspection on failure and diagnoses a DST overlap", async ({
|
||||
await page.getByLabel("iCalendar source").fill("broken");
|
||||
await page.getByRole("button", { name: "Inspect calendar" }).click();
|
||||
await expect(page.getByRole("alert")).toBeVisible();
|
||||
await page.getByRole("tab", { name: "Timezone" }).click();
|
||||
await page.getByRole("button", { name: "Timezone" }).click();
|
||||
await page.getByRole("button", { name: "Diagnose" }).click();
|
||||
await expect(
|
||||
page.getByText(/Overlap: this local time occurs 2 times/u),
|
||||
@@ -55,7 +55,7 @@ test("serves release identity and hardened headers", async ({ request }) => {
|
||||
const manifest = await request.get("/deep/nested/calendar/toolbox-app.json");
|
||||
await expect(manifest.json()).resolves.toMatchObject({
|
||||
id: "de.add-ideas.calendar-tools",
|
||||
version: "0.1.0",
|
||||
version: "0.2.0",
|
||||
entry: "./",
|
||||
privacy: { processing: "local", telemetry: false },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user