chore: fix types for tests (#12429)
This commit is contained in:
Родитель
4a1878e00e
Коммит
1a7a3bf99d
|
@ -25,6 +25,7 @@ import { RemoteServer, RemoteServerOptions } from './remoteServer';
|
|||
|
||||
export type BrowserTestWorkerFixtures = PageWorkerFixtures & {
|
||||
browserVersion: string;
|
||||
defaultSameSiteCookieValue: string;
|
||||
browserMajorVersion: number;
|
||||
browserType: BrowserType;
|
||||
isAndroid: boolean;
|
||||
|
|
Загрузка…
Ссылка в новой задаче