Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
Object.setPrototypeOf(smthMethods, Smth.prototype)
Callers
nothing calls this directly
Calls
1
login
Method · 0.80
Tested by
no test coverage detected