MCPcopy
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

1describe("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

loginWithLocalAuthMethod · 0.80
waitForAppLoadedMethod · 0.80

Tested by

no test coverage detected