diff --git a/tests/browser/LocalSettings.php b/tests/browser/LocalSettings.php index 6826133..1ce72ea 100644 --- a/tests/browser/LocalSettings.php +++ b/tests/browser/LocalSettings.php @@ -33,3 +33,5 @@ $wgMFDisplayWikibaseDescriptions = [ 'watchlist' => true, 'tagline' => true, ]; + +$wgMinervaShowCategoriesButton['base'] = true; diff --git a/tests/browser/features/category.feature b/tests/browser/features/category.feature index 090ab6d..0dc33e6 100644 --- a/tests/browser/features/category.feature +++ b/tests/browser/features/category.feature @@ -1,10 +1,9 @@ -@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant @login +@chrome @firefox @test2.m.wikipedia.org @vagrant @login Feature: Categories Scenario: I can view categories Given I am in a wiki that has categories And I am using the mobile site - And I am in beta mode And I am on the "Selenium categories test page" page When I click on the category button Then I should see the categories overlay diff --git a/tests/browser/features/search.feature b/tests/browser/features/search.feature index 1f0a69c..b2df021 100644 --- a/tests/browser/features/search.feature +++ b/tests/browser/features/search.feature @@ -3,7 +3,6 @@ Feature: Search Background: Given I am using the mobile site - And I am in beta mode And the page "Selenium search test" exists And I am on the "Main Page" page And I am viewing the site in mobile mode diff --git a/tests/browser/features/search_loggedin.feature b/tests/browser/features/search_loggedin.feature index 291fe8e..e15c474 100644 --- a/tests/browser/features/search_loggedin.feature +++ b/tests/browser/features/search_loggedin.feature @@ -3,7 +3,6 @@ Feature: Search Scenario: Clicking on a watchstar toggles the watchstar Given I am using the mobile site - And I am in beta mode And the page "Selenium search test" exists And I am logged into the mobile website And I am on the "Main Page" page