MinervaNeue/tests/browser/features/issues.feature
jdlrobson db96b68d81 QA: Cleanup page issues browser test
* The check for whether the page issues code has been loaded should
be run just before clicking the banner. It's in the wrong place.
* Now page issues is live across all wikis, no need for "in beta"
check
* Seledctor can be simplified now no need to worry about beta
Change-Id: Ie24a9d9fc1966ca5db2cd0a6a37c1aa6d719924a
2019-01-22 19:47:02 +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