mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 11:13:34 +00:00
d13959b8b5
These tests fail as the log_in step seems to be broken in the Ruby Selenium gem. Disabling these makes it possible to merge code at the cost of lowering test coverage and risk of regressions. I'm hoping for help from RelEng to get these restored promptly Bug: T219920 Change-Id: I8e0883e8988293828801be2769db88ac244cb866
15 lines
536 B
Gherkin
15 lines
536 B
Gherkin
@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
|