Files
stf/res/test/e2e/settings/settings-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
182 B
JavaScript

describe('Settings Page', function () {
var SettingsPage = function () {
this.get = function () {
browser.get(protractor.getInstance().baseUrl + 'settings')
}
}
})