Fix test for Element Nightly variant (#2342)

This commit is contained in:
Michael Telatynski 2025-05-22 13:24:11 +01:00 committed by GitHub
parent 3cd88352b6
commit 8e4826b4e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,6 @@ test.describe("OIDC Native", () => {
page.evaluate<string>(() => {
return window.mxPlatformPeg.get().getOidcCallbackUrl().toString();
}),
).resolves.toBe("io.element.desktop:/vector/webapp/");
).resolves.toMatch(/io\.element\.(desktop|nightly):\/vector\/webapp\//);
});
});