1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00
OpenSTF/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

7 lines
170 B
JavaScript

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