MCPcopy
hub / github.com/abhi1693/openclaw-mission-control / Chainable

Interface Chainable

frontend/cypress/support/commands.ts:37–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 // eslint-disable-next-line @typescript-eslint/no-namespace
36 namespace Cypress {
37 interface Chainable {
38 /**
39 * Waits for route-level and global app loaders to disappear.
40 */
41 waitForAppLoaded(): Chainable<void>;
42
43 /**
44 * Seeds session storage with a local auth token for local-auth mode.
45 */
46 loginWithLocalAuth(token?: string): Chainable<void>;
47
48 /**
49 * Clears local auth token from session storage.
50 */
51 logoutLocalAuth(): Chainable<void>;
52 }
53 }
54}
55

Calls

no outgoing calls

Tested by

no test coverage detected