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 & {
|
export type BrowserTestWorkerFixtures = PageWorkerFixtures & {
|
||||||
browserVersion: string;
|
browserVersion: string;
|
||||||
|
defaultSameSiteCookieValue: string;
|
||||||
browserMajorVersion: number;
|
browserMajorVersion: number;
|
||||||
browserType: BrowserType;
|
browserType: BrowserType;
|
||||||
isAndroid: boolean;
|
isAndroid: boolean;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue