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

Function openAndLogin

examples/pages/Smth.js:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 },
12
13 openAndLogin() {
14 this.openGitHub()
15 loginPage.login('something@totest.com', '1234356')
16 },
17}
18
19Object.setPrototypeOf(smthMethods, Smth.prototype)

Callers

nothing calls this directly

Calls 1

loginMethod · 0.80

Tested by

no test coverage detected