mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
add test-subj to page loading component
This commit is contained in:
parent
adbb808893
commit
1840cdf7b8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import { useTrackPageview } from '../../../../observability/public';
|
|||
|
||||
function PageLoadingUI() {
|
||||
return (
|
||||
<EuiPage style={{ height: 'calc(100vh - 50px)' }}>
|
||||
<EuiPage style={{ height: 'calc(100vh - 50px)' }} data-test-subj="monitoringPageLoading">
|
||||
<EuiPageBody>
|
||||
<EuiPageContent
|
||||
verticalPosition="center"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue