Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REVIEW-ONLY-PR: add user-profile admin-ui test to realm_settings_user_profile_enabled_spec.ts #542

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

danielFesenmeyer
Copy link

add test named "Checks that attribute with select-annotation is displayed and editable when user is created/edited"

  • refactor existing tests to use page objects, add new helper methods to page objects and use it in existing tests
  • rename CreateUserPage#save() to #create(), and add a new method #update()
  • add new test mentioned above
  • re-enable test "Checks that required attribute with permissions to view/edit is present and required when user is created"
  • stabilize realm_settings_user_profile_enabled.spec.ts by resetting the user-profile to default and resetting the realm attributes to default before each test

….spec.ts: "Checks that attribute with select-annotation is displayed and editable when user is created/edited"

- refactor existing tests to use page objects, add new helper methods to page objects and use it in existing tests
- rename CreateUserPage#save() to #create(), and add a new method #update()
- add new test mentioned above
- re-enable test "Checks that required attribute with permissions to view/edit is present and required when user is created"
- stabilize realm_settings_user_profile_enabled.spec.ts by resetting the user-profile to default and resetting the realm attributes to default before each test

Signed-off-by: Daniel Fesenmeyer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant