This commit is contained in:
Ilenia
2024-06-26 16:14:12 +02:00
committed by GitHub
parent cbfb17cc8a
commit 9ffb1d5b43
9 changed files with 58 additions and 28 deletions
+2 -1
View File
@@ -110,6 +110,7 @@ test.describe('JavaScript projects can be submitted and then viewed in /settings
test('projects are submitted and viewed correctly', async ({
page,
browserName,
isMobile,
request,
context
@@ -148,7 +149,7 @@ test.describe('JavaScript projects can be submitted and then viewed in /settings
);
await focusEditor({ page, isMobile });
await clearEditor({ page });
await clearEditor({ page, browserName });
await page.evaluate(
async contents => await navigator.clipboard.writeText(contents),