chore(e2e): Make EnableDiagnostics optional check (#27100)

Этот коммит содержится в:
yasserfaraazkhan
2024-05-22 03:50:47 -07:00
коммит произвёл GitHub
родитель a4afae5b3b
Коммит 1007f5abbb

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

@@ -183,7 +183,7 @@ function printServerDetails() {
cy.apiGetConfig().then(({config}) => {
cy.log(`Notable Server Config:
- ServiceSettings.EnableSecurityFixAlert = ${config.ServiceSettings.EnableSecurityFixAlert}
- LogSettings.EnableDiagnostics = ${config.LogSettings.EnableDiagnostics}`);
- LogSettings.EnableDiagnostics = ${config.LogSettings?.EnableDiagnostics}`);
});
}