fd3.feature 400 B

1234567891011121314
  1. # features/fd3.feature
  2. Feature: Login user FD3
  3. Loggin FD3 as user Admin
  4. I need to be able to fill name and pass
  5. @javascript
  6. Scenario: Login user FD3
  7. Given I am on "/login"
  8. When I fill in "username" with "admin"
  9. When I fill in "password" with "adminpass"
  10. And I press "_submit"
  11. And I wait for the suggestion box to appears
  12. Then I should see "Códigos de Autenticación"