You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Can you doing some repair?
The text was updated successfully, but these errors were encountered:
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:
Can you doing some repair?
The text was updated successfully, but these errors were encountered: