mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-28 00:35:18 +02:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user