BehatHtmlFormatterPlugin icon indicating copy to clipboard operation
BehatHtmlFormatterPlugin copied to clipboard

Scenario Outline is everytime opened

Open rebajz opened this issue 8 years ago • 0 comments

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?

rebajz avatar Mar 04 '16 10:03 rebajz