chore: fix types for tests (#12429)

This commit is contained in:
Andrey Lushnikov 2022-03-01 02:32:40 -07:00 committed by GitHub
parent 4a1878e00e
commit 1a7a3bf99d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ import { RemoteServer, RemoteServerOptions } from './remoteServer';
export type BrowserTestWorkerFixtures = PageWorkerFixtures & {
browserVersion: string;
defaultSameSiteCookieValue: string;
browserMajorVersion: number;
browserType: BrowserType;
isAndroid: boolean;