mediawiki-skins-MinervaNeue/tests/browser/features/issues.feature
jdlrobson b247beef3c QA: Run page issues browser test in beta
The test is failing in stable. Since page issues is going to production
next week this patch can be reverted as soon as that has happened

Change-Id: Idd8de17883006e3cc5f5615781a54a4072a78087
2019-01-15 10:08:05 -08:00

25 lines
813 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 in beta mode
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