Files
stf/res/test/e2e/help/help-spec.js
Gunther Brunner a08d9e26f0 - Refactored e2e tests in separated test suites.
- `gulp protractor` now accepts a `--suite name` flag.
- Removed warning bug in ChromeDriver.
- ControlPage test now kicks the device.
2014-08-26 16:00:02 +09:00

8 lines
170 B
JavaScript

describe('Help Page', function () {
var HelpPage = function () {
this.get = function () {
browser.get(protractor.getInstance().baseUrl + 'help')
}
}
})