mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 14:53:24 +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:
@@ -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 () {
|
||||
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user