mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +00:00
b71bb0cc8c
* features/search_loggedin.feature They run on integration and are not super-business-critical. Given their flakiness and Cirrus's likelihood of being down, don't run it on beta cluster * tests/browser/features/language.feature Tag is superfulous, all scenarios repeat it. * tests/browser/features/toggling.feature ocassionally fails on firefox. Limit to Chrome and integration tests * tests/browser/features/search.feature Limit the tests that run against beta cluster to search for partial text and clicking a search result, since these are two things we want to check integration well with other extensions. The rest being testing on the more stable @integration tests should be more than enough. Change-Id: Ia2e8d3726212fee30725fdb9167ea38aa41eacbf
15 lines
549 B
Gherkin
15 lines
549 B
Gherkin
@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
|