chore(site): add e2e to test add and remove user (#12851)

This commit is contained in:
Bruno Quaresma
2024-04-04 09:21:03 -03:00
committed by GitHub
parent a7234f61a1
commit 41b8ff3e81
6 changed files with 93 additions and 7 deletions

View File

@ -193,7 +193,11 @@ export const CreateUserForm: FC<
type="password"
/>
</Stack>
<FormFooter onCancel={onCancel} isLoading={isLoading} />
<FormFooter
submitLabel="Create user"
onCancel={onCancel}
isLoading={isLoading}
/>
</form>
</FullPageForm>
);