feat(e2e-helpers): republier les types Playwright que notre surface mentionne
This commit is contained in:
@@ -94,3 +94,8 @@ export {
|
||||
type ScreenSignature,
|
||||
type TextPattern,
|
||||
} from "./nextgraph-ui";
|
||||
|
||||
// Re-exported so a consumer can type its own helpers against our signatures without a second,
|
||||
// independently-versioned import of `playwright` — exactly the set our own exported functions
|
||||
// mention (`launchWatchedContext`, `setupBrokerPage`, `frameTrouble`, and their neighbors).
|
||||
export type { BrowserContext, Frame, Page } from "playwright";
|
||||
|
||||
Reference in New Issue
Block a user