mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +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:
parent
a08d9e26f0
commit
e87dc45fb9
8 changed files with 104 additions and 30 deletions
|
@ -4,7 +4,7 @@ define(['./module'], function(mod) {
|
|||
|
||||
$scope.submit = function() {
|
||||
var data = {
|
||||
name: $scope.signin.name.$modelValue
|
||||
name: $scope.signin.username.$modelValue
|
||||
, email: $scope.signin.email.$modelValue
|
||||
}
|
||||
$scope.invalid = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue