Selenium: Upgrade WebdriverIO to 4.12.0
[lhc/web/wiklou.git] / tests / selenium / pageobjects / page.js
index ed1f1bc..77bb1f4 100644 (file)
@@ -2,7 +2,7 @@
 'use strict';
 class Page {
        open( path ) {
-               browser.url( '/index.php?title=' + path );
+               browser.url( browser.options.baseUrl + '/index.php?title=' + path );
        }
 }
 module.exports = Page;