test: add change own user data test

This commit is contained in:
Jakub P.
2024-09-24 18:42:30 +02:00
parent c8dae9ea9a
commit 55ebe2cc0b
5 changed files with 126 additions and 6 deletions

View File

@@ -160,6 +160,7 @@ function ProfileSettings() {
variant="contained"
type="submit"
disabled={!isDirty || !isValid || isSubmitting}
data-test="update-profile-button"
>
{formatMessage('profileSettings.updateProfile')}
</Button>