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

Given I am logged in as a user with "<string>" role, in Features Outlines #4

Closed
Eftimitac opened this issue Mar 9, 2016 · 2 comments

Comments

@Eftimitac
Copy link

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

https://goo.gl/gQhx87

BR0kEN- added a commit that referenced this issue Mar 9, 2016
@BR0kEN-
Copy link
Owner

BR0kEN- commented Mar 9, 2016

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

@BR0kEN- BR0kEN- closed this as completed in 8ee2fd0 Mar 9, 2016
@BR0kEN-
Copy link
Owner

BR0kEN- commented Mar 9, 2016

The last one commit (8ee2fd0) should fix the problem.

@Eftimitac, please use TqExtension of dev-master version in composer.json and let me know about results.

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

2 participants