mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-14 18:05:01 +00:00
2ef12fb5e3
Follow up to Id312638d86179e75bc670e72e5943f8c00232bbb which switched the #content area from a div to a main HTML element causing this to fail to match. Test suite will now also run on @integration so that this kind of issue is not caught too late in the beta cluster. Additional changes: * Merge two similar tests Bug: T201956 Change-Id: I1d402aaebc40dcca61979aa521cd8e1a1ce274d9
18 lines
628 B
Gherkin
18 lines
628 B
Gherkin
@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant @integration @extension-cite
|
|
Feature: Reference popup drawer
|
|
|
|
Background:
|
|
Given I am using the mobile site
|
|
|
|
Scenario: Opening and closing the reference drawer
|
|
Given I go to a page that has references
|
|
When I click on a reference
|
|
And I click on the page
|
|
Then I should not see the reference drawer
|
|
|
|
Scenario: Opening a nested reference
|
|
Given I go to a page that has references
|
|
When I click on a reference
|
|
And I click on a nested reference
|
|
Then I should see a drawer with message "This is a nested ref."
|