test: write tests for role management (#1396)

This commit is contained in:
QAComet
2023-11-06 10:35:20 +01:00
committed by GitHub
parent 5fb48ed54b
commit 1581b5ac0a
21 changed files with 899 additions and 13 deletions
@@ -21,6 +21,7 @@ export default function ConditionalIconButton(props: any): React.ReactElement {
component={buttonProps.component}
to={buttonProps.to}
disabled={buttonProps.disabled}
data-test={buttonProps['data-test']}
>
{icon}
</IconButton>