Merge "Only use "*Test.php" for actual PHPUnit tests"
[lhc/web/wiklou.git] / tests / selenium / wdio-mediawiki / specs / BlankPage.js
index f9cadcd..2977479 100644 (file)
@@ -1,5 +1,5 @@
 const assert = require( 'assert' ),
-       BlankPage = require( 'wdio-mediawiki/BlankPage' );
+       BlankPage = require( './../BlankPage' );
 
 describe( 'BlankPage', function () {
        it( 'should have its title @daily', function () {