(page: typeof tab1)
| 32 | |
| 33 | yield* browser.session(identity, async ({ page: tab1, step }) => { |
| 34 | const slugOf = (page: typeof tab1) => new URL(page.url()).pathname.replace(/^\/|\/.*$/g, ""); |
| 35 | |
| 36 | // The org slug a page's REAL app requests carry — read straight off the |
| 37 | // outgoing `x-executor-organization` header, the actual request scope. |
no test coverage detected