MM-63820 chore(e2e): update dependencies and docs (#30807)

* chore(e2e): update dependencies and docs

* update the use of postMessage, expose 8065 on test server and fix flakiness on profile popover
Этот коммит содержится в:
Saturn Abril
2025-04-22 02:02:55 +08:00
коммит произвёл GitHub
родитель de46d798e4
Коммит d631974e88
21 изменённых файлов: 587 добавлений и 485 удалений

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

@@ -484,6 +484,7 @@ export type ExperimentalAuditSettings = {
FileCompress: boolean;
FileMaxQueueSize: number;
AdvancedLoggingJSON: Record<string, any>;
Certificate: string;
};
export type NotificationLogSettings = {
@@ -966,6 +967,11 @@ export type ExportSettings = {
RetentionDays: number;
};
export type AccessControlSettings = {
EnableAttributeBasedAccessControl: boolean;
EnableChannelScopeAccessControl: boolean;
};
export type AdminConfig = {
ServiceSettings: ServiceSettings;
TeamSettings: TeamSettings;
@@ -1011,6 +1017,7 @@ export type AdminConfig = {
ExportSettings: ExportSettings;
WranglerSettings: WranglerSettings;
ConnectedWorkspacesSettings: ConnectedWorkspacesSettings;
AccessControlSettings: AccessControlSettings;
};
export type ReplicaLagSetting = {