Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/abhi1693/openclaw-mission-control
/ local_auth_login.cy.ts
File
local_auth_login.cy.ts
frontend/cypress/e2e/local_auth_login.cy.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
"Local auth login"
, () => {
2
it(
"user with local auth token can access protected route"
, () => {
3
cy.intercept(
"GET"
,
"**/api/v1/users/me*"
, {
4
statusCode: 200,
Callers
nothing calls this directly
Calls
2
loginWithLocalAuth
Method · 0.80
waitForAppLoaded
Method · 0.80
Tested by
no test coverage detected