mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix types for tests (#12429)
This commit is contained in:
parent
4a1878e00e
commit
1a7a3bf99d
@ -25,6 +25,7 @@ import { RemoteServer, RemoteServerOptions } from './remoteServer';
|
||||
|
||||
export type BrowserTestWorkerFixtures = PageWorkerFixtures & {
|
||||
browserVersion: string;
|
||||
defaultSameSiteCookieValue: string;
|
||||
browserMajorVersion: number;
|
||||
browserType: BrowserType;
|
||||
isAndroid: boolean;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user