Skip to content

Commit

Permalink
remove user deletion in given step
Browse files Browse the repository at this point in the history
  • Loading branch information
jasson99 committed May 21, 2021
1 parent b0b6946 commit d18d7fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions tests/acceptance/features/apiProvisioning-v1/addUser.feature
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@ Feature: add user

@sqliteDB
Scenario: admin tries to create user with brackets in the username
Given the following users have been deleted
| username |
| [user1] |
| [ user2 ] |
When the administrator sends a user creation request for the following users with password using the provisioning API
| username | password |
| [user1] | %alt1% |
Expand Down
4 changes: 0 additions & 4 deletions tests/acceptance/features/apiProvisioning-v2/addUser.feature
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@ Feature: add user

@sqliteDB
Scenario: admin tries to create user with brackets in the username
Given the following users have been deleted
| username |
| [user1] |
| [ user2 ] |
When the administrator sends a user creation request for the following users with password using the provisioning API
| username | password |
| [user1] | %alt1% |
Expand Down

0 comments on commit d18d7fd

Please sign in to comment.