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

This commit is contained in:
2026-09-02 08:44:49 +02:00
parent b92793eb82
commit 88c2bcd0ff
36 changed files with 1354 additions and 182 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ describe("Subtitle Tools", () => {
await screen.findByRole("heading", { name: "Subtitle Tools" }),
).toBeVisible();
expect(await screen.findByText("No network requests")).toBeVisible();
expect(screen.getByRole("tab", { name: "Timing" })).toBeVisible();
expect(screen.getByRole("button", { name: "Timing" })).toBeVisible();
});
});