Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-04-11 09:45:27 +01:00
parent a5de7792de
commit 58a72122ee
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -47,7 +47,7 @@ test.describe("App launch", () => {
}); });
test("should launch and render the welcome view successfully and support keytar", async ({ page }) => { test("should launch and render the welcome view successfully and support keytar", async ({ page }) => {
test.skip(platform() === "linux", "This test does not yet support Linux"); // test.skip(platform() === "linux", "This test does not yet support Linux");
await expect( await expect(
page.evaluate<string | null>(async () => { page.evaluate<string | null>(async () => {