-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add webUI Provisioning tests for ldap users and groups #360
Conversation
29974f4
to
cb3f98c
Compare
cb3f98c
to
bc468ea
Compare
Codecov Report
@@ Coverage Diff @@
## master #360 +/- ##
=========================================
Coverage 35.74% 35.74%
Complexity 1333 1333
=========================================
Files 30 30
Lines 3752 3752
=========================================
Hits 1341 1341
Misses 2411 2411 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #360 +/- ##
=========================================
Coverage 35.74% 35.74%
Complexity 1333 1333
=========================================
Files 30 30
Lines 3752 3752
=========================================
Hits 1341 1341
Misses 2411 2411 Continue to review full report at Codecov.
|
c8ed438
to
2a25f21
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
When the administrator deletes user "user0" using the webUI and confirms the deletion using the webUI | ||
Then user "user0" should not exist | ||
And the deleted user "user0" tries to login using the password "%alt1%" using the webUI | ||
And the user should be redirected to a webUI page with the title "%productname%" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the user should be redirected to a webUI page with the title "%productname%" | |
Then the user should be redirected to a webUI page with the title "%productname%" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just small things.
6f3b8c5
to
38a7c3b
Compare
38a7c3b
to
fb8e586
Compare
Related Issue #343
Add webUI acceptance tests for checking what can/cannot happen with respect to modifying attributes of LDAP users and groups