Skip to content

Commit

Permalink
add test-subj to page loading component
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Oct 19, 2021
1 parent adbb808 commit 1840cdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1840cdf

Please sign in to comment.