Release Office Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 07:32:31 +02:00
parent a5524e27e3
commit 08b8f84f7b
50 changed files with 2196 additions and 165 deletions
+2 -1
View File
@@ -139,8 +139,9 @@ test("fails closed with an inline error for a malformed OOXML package", async ({
const alert = page.getByRole("alert");
await expect(alert).toBeVisible({ timeout: 90_000 });
await expect(alert).not.toBeEmpty();
await expect(page.locator(".file-heading")).toHaveCount(0);
await expect(
page.locator(".file-heading__state .state-dot--error"),
page.getByRole("heading", { name: "Choose or drop a file" }),
).toBeVisible();
});