You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dataload
Scenario Outline: There should be superusers loaded
Given the system has been initialized
And I am logged in as the initialized user
When I register a new user with email "" and groups ""
And complete their registration with name "" and password "" and email ""
Then the user exists and has superuser groups
And I can login as user "" with password ""
Examples:
| name | email | password | groups |
| Капрельянц Ирина | Ирина@mailinator.com | password123 | superuser |
| Irina Southwell | [email protected] | password123 | superuser |
| Richard Vowles | [email protected] | password123 | superuser |
Scenario: The system should be initialized
Given the system has been initialized
The second scenario here gets tagged with @mailinator three times.
The text was updated successfully, but these errors were encountered:
@dataload
Scenario Outline: There should be superusers loaded
Given the system has been initialized
And I am logged in as the initialized user
When I register a new user with email "" and groups ""
And complete their registration with name "" and password "" and email ""
Then the user exists and has superuser groups
And I can login as user "" with password ""
Examples:
| name | email | password | groups |
| Капрельянц Ирина | Ирина@mailinator.com | password123 | superuser |
| Irina Southwell | [email protected] | password123 | superuser |
| Richard Vowles | [email protected] | password123 | superuser |
Scenario: The system should be initialized
Given the system has been initialized
The second scenario here gets tagged with @mailinator three times.
The text was updated successfully, but these errors were encountered: