chore(e2e): Make EnableDiagnostics optional check (#27100)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a4afae5b3b
Коммит
1007f5abbb
@@ -183,7 +183,7 @@ function printServerDetails() {
|
|||||||
cy.apiGetConfig().then(({config}) => {
|
cy.apiGetConfig().then(({config}) => {
|
||||||
cy.log(`Notable Server Config:
|
cy.log(`Notable Server Config:
|
||||||
- ServiceSettings.EnableSecurityFixAlert = ${config.ServiceSettings.EnableSecurityFixAlert}
|
- ServiceSettings.EnableSecurityFixAlert = ${config.ServiceSettings.EnableSecurityFixAlert}
|
||||||
- LogSettings.EnableDiagnostics = ${config.LogSettings.EnableDiagnostics}`);
|
- LogSettings.EnableDiagnostics = ${config.LogSettings?.EnableDiagnostics}`);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user