mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00

- `gulp protractor` now accepts a `--suite name` flag. - Removed warning bug in ChromeDriver. - ControlPage test now kicks the device.
7 lines
170 B
JavaScript
7 lines
170 B
JavaScript
describe('Help Page', function () {
|
|
var HelpPage = function () {
|
|
this.get = function () {
|
|
browser.get(protractor.getInstance().baseUrl + 'help')
|
|
}
|
|
}
|
|
})
|