mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
7 lines
182 B
JavaScript
7 lines
182 B
JavaScript
describe('Settings Page', function () {
|
|
var SettingsPage = function () {
|
|
this.get = function () {
|
|
browser.get(protractor.getInstance().baseUrl + 'settings')
|
|
}
|
|
}
|
|
})
|