From 0779626a210a7c21f76d22aef37b7bc00011f8a2 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Mon, 26 Mar 2018 11:17:44 -0700 Subject: [PATCH] QA: Remove test not adding value * Drop special.feature - it checks a search box is present on multiple pages. This dates back to when special pages and normal pages did not use the same code path. Bug: T174018 Change-Id: Icf59ff95135af91650f8cdeef79bbaed534165f0 --- tests/browser/features/special.feature | 27 -------------------------- 1 file changed, 27 deletions(-) delete mode 100644 tests/browser/features/special.feature 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