mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
- `gulp protractor` now accepts a `--suite name` flag. - Removed warning bug in ChromeDriver. - ControlPage test now kicks the device.
8 lines
170 B
JavaScript
8 lines
170 B
JavaScript
describe('Help Page', function () {
|
|
var HelpPage = function () {
|
|
this.get = function () {
|
|
browser.get(protractor.getInstance().baseUrl + 'help')
|
|
}
|
|
}
|
|
})
|