mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +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
11 lines
381 B
Gherkin
11 lines
381 B
Gherkin
@chrome @firefox @test2.m.wikipedia.org @vagrant @login
|
|
Feature: Categories
|
|
|
|
Scenario: I can view categories
|
|
Given I am in a wiki that has categories
|
|
And I am using the mobile site
|
|
And I am on the "Selenium categories test page" page
|
|
When I click on the category button
|
|
Then I should see the categories overlay
|
|
And I should see a list of categories
|