- 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

@@ -1,5 +1,5 @@
describe('Device Page', function () {
describe('List', function () {
describe('Icon View', function () {
var DeviceListPage = require('./')
var deviceListPage = new DeviceListPage()
@@ -29,4 +29,8 @@ describe('Device Page', function () {
})
})
describe('List View', function () {
})
})