refactor(e2e): prendre les types navigateur chez les helpers plutôt que chez playwright
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
import * as fs from "node:fs";
|
||||
import * as os from "node:os";
|
||||
import * as path from "node:path";
|
||||
import type { Frame, Page, BrowserContext } from "playwright";
|
||||
import {
|
||||
armSuiteDeadline,
|
||||
closeContext,
|
||||
@@ -27,6 +26,9 @@ import {
|
||||
setupBrokerPage,
|
||||
within,
|
||||
type RunProfile,
|
||||
type Frame,
|
||||
type Page,
|
||||
type BrowserContext,
|
||||
} from "ng-e2e-helpers";
|
||||
import { WALLET, buildBundle, mintBatchWallet, serveHarness } from "./harness-page";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user