1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
OpenSTF/res/test/e2e/app-settings-spec.js

7 lines
182 B
JavaScript

describe('Settings Page', function () {
var SettingsPage = function () {
this.get = function () {
browser.get(protractor.getInstance().baseUrl + 'settings')
}
}
})