mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 19:21:39 +00:00
26e413e04d
Porting first selenium test from Ruby to Node.js using the mocha framework. Starting with `category.feature` test. Tests are placed in a new `tests/selenium` folder with their own eslint config. Bug: T190710 Change-Id: Iad954405a5ae0608fd5dc90dd5dfa434b3781037
11 lines
353 B
Gherkin
11 lines
353 B
Gherkin
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 in beta mode
|
|
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
|