Fixed protractor not defined bug.

This commit is contained in:
Gunther Brunner
2014-08-27 21:46:31 +09:00
parent ea27e1b549
commit a2292c9b0f
4 changed files with 6 additions and 8 deletions

View File

@@ -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()