mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user