diff --git a/tests/browser/features/special.feature b/tests/browser/features/special.feature deleted file mode 100644 index 429b669..0000000 --- a/tests/browser/features/special.feature +++ /dev/null @@ -1,27 +0,0 @@ -@chrome @firefox @test2.m.wikipedia.org @vagrant @integration -Feature: Generic special page features - - Background: - Given I am using the mobile site - And I am in beta mode - And I am viewing the site in mobile mode - And I am on the "Main Page" page - - @login - Scenario: Search from Watchlist - Given I am logged into the mobile website - When I click on "Watchlist" in the main navigation menu - And I click the search icon - Then I should see the search overlay - - @en.m.wikipedia.beta.wmflabs.org @extension-geodata - Scenario: Search from Nearby - When I click on "Nearby" in the main navigation menu - And I click the search icon - Then I should see the search overlay - - @en.m.wikipedia.beta.wmflabs.org - Scenario: Search from Login - When I click on "Log in" in the main navigation menu - And I click the search icon - Then I should see the search overlay