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

if there are email addresses in a scenario it pollutes the tags in the next one #4

Open
rvowles opened this issue Jul 27, 2019 · 0 comments

Comments

@rvowles
Copy link
Member

rvowles commented Jul 27, 2019

@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.

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

No branches or pull requests

1 participant