MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / pasteContent

Function pasteContent

e2e/projects.spec.ts:66–72  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

64};
65
66const pasteContent = async (page: Page) => {
67 if (isMacOS) {
68 await page.keyboard.press('Meta+v');
69 } else {
70 await page.keyboard.press('Control+v');
71 }
72};
73
74test.use({ storageState: 'playwright/.auth/development-user.json' });
75

Callers 1

projects.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected