mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
This commit is contained in:
parent
54ba2a9daf
commit
484f840b37
|
|
@ -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 });
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ export const EXCLUDED_CONSOLE_LOGS = (
|
|||
if (browserName === "firefox") {
|
||||
excludedConsoleLogs.push(
|
||||
// Messenger
|
||||
"Firefox can’t establish a connection to the server at wss://public.relaying.io/."
|
||||
"Firefox can’t establish a connection to the server at wss://"
|
||||
);
|
||||
} else if (browserName === "webkit") {
|
||||
excludedConsoleLogs.push(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user