- # features/fd3.feature
- Feature: Login user FD3
- Loggin FD3 as user Admin
- I need to be able to fill name and pass
- @javascript
- Scenario: Login user FD3
- Given I am on "/login"
- When I fill in "username" with "admin"
- When I fill in "password" with "adminpass"
- And I press "_submit"
- And I wait for the suggestion box to appears
- Then I should see "Códigos de Autenticación"
|