Test tweaks
Some checks are pending
Tests / tests (push) Waiting to run

This commit is contained in:
Dustin Brett 2025-03-14 20:34:26 -07:00
parent 54ba2a9daf
commit 484f840b37
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ test.beforeEach(captureConsoleLogs());
test("has background", loadAppWithCanvas);
test("can change background", async ({ headless, browserName, page }) => {
await disableWallpaper({ page });
await loadAppWithCanvas({ browserName, headless, page });
await sessionIsWriteable({ page });

View File

@ -70,7 +70,7 @@ export const EXCLUDED_CONSOLE_LOGS = (
if (browserName === "firefox") {
excludedConsoleLogs.push(
// Messenger
"Firefox cant establish a connection to the server at wss://public.relaying.io/."
"Firefox cant establish a connection to the server at wss://"
);
} else if (browserName === "webkit") {
excludedConsoleLogs.push(