mediawiki-skins-MinervaNeue/tests/browser/features/issues.feature
jdlrobson b91dcdbd50 QA: Issues should be run on integration test
These are currently only being run in the daily build
but not on commits meaning this sneaked through our automated
QA into production causing
https://phabricator.wikimedia.org/T200867

Let's protection against this happening again.

Bug: T200867
Change-Id: I2ad6fab8fafa2125be45c5052add9605a9d8121b
2018-08-03 01:03:56 +00:00

24 lines
785 B
Gherkin

@integration @chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant
Feature: Issues
Background:
Given I am using the mobile site
And I am on a page which has cleanup templates
And this page has issues
Scenario: Clicking page issues opens overlay
When I click the page issues stamp
Then I should see the issues overlay
Scenario: Closing page issues
When I click the page issues stamp
And I see the issues overlay
And I click the overlay issue close button
Then I should not see the issues overlay
Scenario: Closing page issues (browser back)
When I click the page issues stamp
And I see the issues overlay
And I click the browser back button
Then I should not see the issues overlay