mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
11 lines
407 B
Gherkin
11 lines
407 B
Gherkin
|
@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @integration @test2.m.wikipedia.org @vagrant
|
||
|
Feature: Search
|
||
|
|
||
|
Scenario: Clicking search input in tablet mode
|
||
|
Given I am using the mobile site
|
||
|
And the page "Selenium search test" exists
|
||
|
And I am on the "Main Page" page
|
||
|
And I am viewing the site in tablet mode
|
||
|
When I click the search input field
|
||
|
Then I see the search overlay
|