mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 12:53:21 +02:00
- 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.
This commit is contained in:
7
res/test/e2e/settings/settings-spec.js
Normal file
7
res/test/e2e/settings/settings-spec.js
Normal file
@@ -0,0 +1,7 @@
|
||||
describe('Settings Page', function () {
|
||||
var SettingsPage = function () {
|
||||
this.get = function () {
|
||||
browser.get(protractor.getInstance().baseUrl + 'settings')
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user