Upgrade Playwright's dependencies (#28125)

* upgrade playwright's dependencies

* fix test

* fix types

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Saturnino Abril
2024-09-10 14:54:10 +08:00
коммит произвёл GitHub
родитель c2df4e413e
Коммит eb560fff1e
8 изменённых файлов: 371 добавлений и 358 удалений

Просмотреть файл

@@ -104,11 +104,11 @@
"CollapsedThreads": "disabled",
"ManagedResourcePaths": "",
"EnableCustomGroups": true,
"SelfHostedPurchase": true,
"AllowSyncedDrafts": true,
"UniqueEmojiReactionLimitPerPost": 50,
"RefreshPostStatsRunTime": "00:00",
"MaximumPayloadSizeBytes": 100000
"MaximumPayloadSizeBytes": 100000,
"MaximumURLLength": 2048
},
"TeamSettings": {
"SiteName": "Mattermost",
@@ -296,8 +296,7 @@
"LoginFieldName": "",
"LoginButtonColor": "#0000",
"LoginButtonBorderColor": "#2389D7",
"LoginButtonTextColor": "#2389D7",
"Trace": false
"LoginButtonTextColor": "#2389D7"
},
"ComplianceSettings": {
"Enable": false,
@@ -392,7 +391,6 @@
"CustomSMTPPort": "25"
}
},
"ProductSettings": {},
"PluginSettings": {
"Enable": true,
"EnableUploads": true,

Просмотреть файл

@@ -105,11 +105,11 @@
"CollapsedThreads": "disabled",
"ManagedResourcePaths": "",
"EnableCustomGroups": true,
"SelfHostedPurchase": true,
"AllowSyncedDrafts": true,
"UniqueEmojiReactionLimitPerPost": 50,
"RefreshPostStatsRunTime": "00:00",
"MaximumPayloadSizeBytes": 100000
"MaximumPayloadSizeBytes": 100000,
"MaximumURLLength": 2048
},
"TeamSettings": {
"SiteName": "Mattermost",
@@ -173,7 +173,6 @@
"VerboseDiagnostics": false,
"EnableSentry": false,
"AdvancedLoggingJSON": {},
"AdvancedLoggingConfig": "",
"MaxFieldSize": 2048
},
"ExperimentalAuditSettings": {
@@ -184,8 +183,7 @@
"FileMaxBackups": 0,
"FileCompress": false,
"FileMaxQueueSize": 1000,
"AdvancedLoggingJSON": {},
"AdvancedLoggingConfig": ""
"AdvancedLoggingJSON": {}
},
"NotificationLogSettings": {
"EnableConsole": true,
@@ -196,8 +194,7 @@
"FileLevel": "INFO",
"FileJson": true,
"FileLocation": "",
"AdvancedLoggingJSON": {},
"AdvancedLoggingConfig": ""
"AdvancedLoggingJSON": {}
},
"PasswordSettings": {
"MinimumLength": 5,
@@ -404,8 +401,7 @@
"LoginFieldName": "",
"LoginButtonColor": "#0000",
"LoginButtonBorderColor": "#2389D7",
"LoginButtonTextColor": "#2389D7",
"Trace": false
"LoginButtonTextColor": "#2389D7"
},
"ComplianceSettings": {
"Enable": false,
@@ -509,7 +505,7 @@
"AggregatePostsAfterDays": 365,
"PostsAggregatorJobStartTime": "03:00",
"IndexPrefix": "",
"LiveIndexingBatchSize": 1,
"LiveIndexingBatchSize": 10,
"BatchSize": 10000,
"RequestTimeoutSeconds": 30,
"SkipTLSVerification": false,
@@ -563,7 +559,6 @@
"CleanupJobsThresholdDays": -1,
"CleanupConfigThresholdDays": -1
},
"ProductSettings": {},
"PluginSettings": {
"Enable": true,
"EnableUploads": true,