- e2e tests should work with production now also by exporting STF_URL, STF_USERNAME and STF_PASSWORD.

- Added BrowerLogs, a Protractor helper which redirects browser logs to the console, with an additional expectNoLogs option.
- Refactored Login model names to work seamlessly.
This commit is contained in:
Gunther Brunner
2014-08-26 20:57:26 +09:00
parent a08d9e26f0
commit e87dc45fb9
8 changed files with 104 additions and 30 deletions

View File

@@ -13,9 +13,9 @@
.input-group
span.input-group-addon
i.fa.fa-user
input.form-control(ng-model='name', name='name', required, type='text', placeholder='Name',
input.form-control(ng-model='username', name='username', required, type='text', placeholder='Name',
autocorrect='off', autocapitalize='off', spellcheck='false', autocomplete='section-login username')
.alert.alert-warning(ng-show='signin.name.$dirty && signin.name.$invalid')
.alert.alert-warning(ng-show='signin.username.$dirty && signin.username.$invalid')
span Please enter your name
.form-group