test: add page title test ids to await and await mounting loader components
This commit is contained in:
@@ -4,5 +4,5 @@ import Typography, { TypographyProps } from '@mui/material/Typography';
|
||||
type PageTitleProps = TypographyProps;
|
||||
|
||||
export default function PageTitle(props: PageTitleProps): React.ReactElement {
|
||||
return <Typography variant="h3" {...props} />;
|
||||
return <Typography variant="h3" data-test="page-title" {...props} />;
|
||||
}
|
||||
|
Reference in New Issue
Block a user