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

Scenario Outline is everytime opened #60

Open
rebajz opened this issue Mar 4, 2016 · 0 comments
Open

Scenario Outline is everytime opened #60

rebajz opened this issue Mar 4, 2016 · 0 comments

Comments

@rebajz
Copy link

rebajz commented Mar 4, 2016

When i add to my something.feature Scenario Outline
(for example this )
Scenario Outline: Overeni prihlaseni - platne username a password
When I fill in "frm-signInForm-username" with ""
When I fill in "frm-signInForm-password" with ""
When I check "frm-signInForm-remember"
And I press "Přihlásit"
Then I should not see "Neplatná kombinace uživatelského jména a hesla."
And I should see "Přihlášen uživatel: "
And I should see "Zvolte si prosím přislušný modul v menu výše."
And the "title" element should contain "ERP | Uloženka"
And I should be on "/"
And I should not see "504 Gateway Time-out"
And I should not see "chyba 404"
And I should not see "error 500"
And the "title" element should not contain "Server Error"
Then I need screenshot
And I follow "Odhlásit"

My output html have everytime opened this Scenario Outline:
bug-scenario-outline

Can you doing some repair?

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