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