mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
describe('Help Page', function () {
|
|
//var HelpPage = function () {
|
|
// this.get = function () {
|
|
// browser.get(protractor.getInstance().baseUrl + 'help')
|
|
// }
|
|
//}
|
|
})
|