test(editor): enable basic test for cross platform (#11667)

This commit is contained in:
Saul-Mirone
2025-04-14 07:36:56 +00:00
parent ee15b364d1
commit efecce9bf2
6 changed files with 13 additions and 10 deletions

View File

@@ -151,6 +151,8 @@ export async function enterPlaygroundRoom(
'Running frontend commit',
// Github timeout:
'Failed to load resource: the server responded with a status of 403',
// font download warning:
'[JavaScript Warning: "downloadable font:',
].some(text => message.text().startsWith(text))
) {
return;