mediawiki-skins-MinervaNeue/tests/browser/features/references.feature
jdlrobson 2ef12fb5e3 QA: Run references test per commit
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
2018-08-16 16:52:22 -07:00

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."