mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
acb0051bcd
We only need to opt into beta to test the beta indicator displays. There is no need to do this anywhere else in our browser tests. For the categories test we will enable the feature flag in test mode and not run it against the beta cluster. Bug: T174018 Change-Id: I83b5f24236cef6ddd6fc1882bdfff3618a8bf599
15 lines
599 B
Gherkin
15 lines
599 B
Gherkin
@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @integration @test2.m.wikipedia.org @vagrant @login
|
|
Feature: Search
|
|
|
|
Scenario: Clicking on a watchstar toggles the watchstar
|
|
Given I am using the mobile site
|
|
And the page "Selenium search test" exists
|
|
And I am logged into the mobile website
|
|
And I am on the "Main Page" page
|
|
And I am viewing the site in mobile mode
|
|
And I click the search icon
|
|
And I see the search overlay
|
|
And I type into search box "Selenium search tes"
|
|
When I click a search watch star
|
|
Then I should see a toast notification
|