MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / openSiblingPage

Function openSiblingPage

test/helper/webapi.js:900–904  ·  view source on GitHub ↗
(page, initial)

Source from the content-addressed store, hash-verified

898
899 describe('rich editor with sibling focused input — no keystroke leak', function () {
900 async function openSiblingPage(page, initial) {
901 const q = initial != null ? `?initial=${encodeURIComponent(initial)}` : ''
902 await I.amOnPage(`/form/richtext/${page}${q}`)
903 await I.waitForFunction(() => window.__editorReady === true, [], 30)
904 }
905
906 const siblingCases = [
907 { name: 'iframe editor (Monaco)', page: 'monaco-with-sibling', selector: 'iframe', path: 'IFRAME' },

Callers 1

testsFunction · 0.85

Calls 2

amOnPageMethod · 0.45
waitForFunctionMethod · 0.45

Tested by

no test coverage detected