-
Notifications
You must be signed in to change notification settings - Fork 10
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
Given I am logged in as a user with "<string>" role, in Features Outlines #4
Comments
@Eftimitac, I've created a commit (1f89cf1) which is allow you to use the following: @api @d7
Feature: Test
Scenario Outline: Test outline
Given I am logged in as a user with "authenticated user" role
Then I am log out
Examples:
| variable |
| 1 |
| 2 |
| 3 | Please, have a look at the log out step. I'm not sure that inside of outline we need logout a user programmatically. But, in another case, this will trigger an error... |
The last one commit (8ee2fd0) should fix the problem. @Eftimitac, please use TqExtension of |
Features Outline, step >> Given I am logged in as a user with "" role
fails to create a new user on a second lap and uses credentials for a user which was created and deleted on a first cycle
Please review screenshot
The text was updated successfully, but these errors were encountered: