[Synthetics] hide error panel for test run logs for lightweight monitors (#157791)

This commit is contained in:
Dominique Clarke 2023-05-16 04:04:38 -04:00 committed by GitHub
parent 8028230de2
commit 2dfaf21c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,14 +65,18 @@ export function ErrorDetailsPage() {
stepsLoading={stepsLoading}
isErrorDetails={true}
/>
<EuiSpacer size="m" />
<EuiPanel hasShadow={false} hasBorder>
<TestRunErrorInfo
journeyDetails={data?.details}
showErrorTitle={false}
showErrorLogs={true}
/>
</EuiPanel>
{isBrowser && (
<>
<EuiSpacer size="m" />
<EuiPanel hasShadow={false} hasBorder>
<TestRunErrorInfo
journeyDetails={data?.details}
showErrorTitle={false}
showErrorLogs={true}
/>
</EuiPanel>
</>
)}
</EuiFlexItem>
<EuiFlexItem grow={1} style={{ height: 'fit-content' }}>
{data?.details?.journey && failedStep && (