mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
d5a60fdd43
Introduces a new generic "I should see a toast with message ".*"" step reducing toast steps to two generic ones. Change-Id: Ic8b91c78f6df088244f15223ee4ed658847a05b5
16 lines
627 B
Gherkin
16 lines
627 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 I am in beta mode
|
|
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
|