Playwright/E2E: Upgrade to playwright@1.43 and its dependencies (#26833)
* chore: upgrade to playwright@1.43 and its dependencies * fix lint * attempt to fix lint error on console
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
22d72b6df8
Коммит
20825101a4
@@ -531,6 +531,7 @@ export type FileSettings = {
|
||||
AmazonS3SSE: boolean;
|
||||
AmazonS3Trace: boolean;
|
||||
AmazonS3RequestTimeoutMilliseconds: number;
|
||||
AmazonS3UploadPartSizeBytes: number;
|
||||
DedicatedExportStore: boolean;
|
||||
ExportDriverName: string;
|
||||
ExportDirectory: string;
|
||||
@@ -546,6 +547,7 @@ export type FileSettings = {
|
||||
ExportAmazonS3Trace: boolean;
|
||||
ExportAmazonS3RequestTimeoutMilliseconds: number;
|
||||
ExportAmazonS3PresignExpiresSeconds: number;
|
||||
ExportAmazonS3UploadPartSizeBytes: number;
|
||||
};
|
||||
|
||||
export type EmailSettings = {
|
||||
|
||||
Ссылка в новой задаче
Block a user