MCPcopy
hub / github.com/PostHog/posthog / Chainable

Interface Chainable

cypress/support/index.ts:6–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 // eslint-disable-next-line @typescript-eslint/no-namespace
5 namespace Cypress {
6 interface Chainable {
7 /**
8 * Custom command to login to PostHog
9 */
10 login(): Chainable<Element>
11
12 /**
13 * Custom command to click a navigation menu item
14 * @example cy.clickNavMenu('dashboards')
15 */
16 clickNavMenu(name: string): Chainable<Element>
17 }
18 }
19}
20

Callers 13

sceneLogic.tsFile · 0.80
scenes.tsFile · 0.80
SSOErrorFunction · 0.80
invites.cy.tsFile · 0.80
auth_urlMethod · 0.80
insights.cy.tsFile · 0.80
a11y.cy.tsFile · 0.80
cohorts.cy.tsFile · 0.80
dashboard.cy.tsFile · 0.80
person.cy.tsFile · 0.80
featureFlags.cy.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…