mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 11:13:34 +00:00
2922cc6fd1
Toast tests are often failing in Firefox build. They are also tested and pass more consistently in Chrome Stable browser tests means real bugs get caught more often so let's disable this browser test against Firefox for the time being. Bug: T208808 Change-Id: I05d77eb53657bb3ea0daaad7906a50db6aab66db
15 lines
590 B
Gherkin
15 lines
590 B
Gherkin
@chrome @en.m.wikipedia.beta.wmflabs.org @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
|