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
This commit is contained in:
jdlrobson 2018-03-26 11:17:44 -07:00
parent a284c1b75d
commit 0779626a21
1 changed files with 0 additions and 27 deletions

View File

@ -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