mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Fixed protractor not defined bug.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
describe('Device Page', function () {
|
||||
describe('Icon View', function () {
|
||||
|
||||
var deviceListPage = require('./')
|
||||
var DeviceListPage = require('./')
|
||||
var deviceListPage = new DeviceListPage()
|
||||
|
||||
it('should go to Devices List page', function () {
|
||||
deviceListPage.get()
|
||||
|
||||
Reference in New Issue
Block a user