Codeception Results OK (0.6s)

Functional Tests

[+] Ensure that language urls work (LanugagesCept) 0.27s

I am going to try to login with correct credentials
I am on page "/user/login"
I fill field "input[name="login-form[login]"]","admin"
I fill field "input[name="login-form[password]"]","admin"
I click "Sign in"
I expect to see user info
I am on page "/xx"
I see response code is 404
I am on page "/"
I see response code is 200
I am on page "/de"
I see response code is 200

[+] Ensure that login works (LoginCept) 0.27s

I am on page "/user/login"
I see "Sign In","h3"
I am going to try to login with empty credentials
I fill field "input[name="login-form[login]"]",""
I fill field "input[name="login-form[password]"]",""
I click "Sign in"
I expect to see validations errors
I see "Login cannot be blank."
I see "Password cannot be blank."
I am going to try to login with wrong credentials
I fill field "input[name="login-form[login]"]","admin"
I fill field "input[name="login-form[password]"]","wrong"
I click "Sign in"
I expect to see validations errors
I see "Invalid login or password"
I am going to try to login with correct credentials
I fill field "input[name="login-form[login]"]","admin"
I fill field "input[name="login-form[password]"]","admin"
I click "Sign in"
I expect to see user info

[+] Check application versioning (VersionCept) 0.02s

I don't see file found "src/version"
I see file found "version"
I open file "version"
I don't see in this file "dev"
I don't see in this file "dirty"
I am going to check version visiblity in modal
I expect to see application version 4.0.1-0-gf830767
I am on page "/user/security/login"
I see "4.0.1-0-gf830767 ",".modal-body"

Summary

Successful scenarios: 3
Failed scenarios: 0
Skipped scenarios: 0
Incomplete scenarios: 0