2016-08-05 16:14:28 +00:00
|
|
|
@chrome @en.wikipedia.beta.wmflabs.org @firefox @integration
|
|
|
|
Feature: RevisionSlider expand
|
|
|
|
Background:
|
2017-04-05 09:24:40 +00:00
|
|
|
Given a page with 2 revision(s) exists
|
2016-08-05 16:14:28 +00:00
|
|
|
|
|
|
|
Scenario: RevisionSlider is collapsed initially
|
|
|
|
Given I am on the diff page
|
|
|
|
Then There should be a RevisionSlider expand button
|
|
|
|
And RevisionSlider wrapper should be hidden
|
|
|
|
|
|
|
|
Scenario: RevisionSlider loads after expanding
|
|
|
|
Given I am on the diff page
|
2016-10-07 14:02:46 +00:00
|
|
|
When I click on the expand button
|
2016-08-05 16:14:28 +00:00
|
|
|
Then RevisionSlider wrapper should be visible
|
|
|
|
And The RevisionSlider has loaded
|
|
|
|
|
|
|
|
Scenario: RevisionSlider hides after collapsing
|
2018-06-29 07:49:09 +00:00
|
|
|
Given I am on the diff page and disabled the help dialog
|
2016-10-07 14:02:46 +00:00
|
|
|
When I click on the expand button
|
|
|
|
And I wait until the RevisionSlider has loaded
|
2016-08-05 16:14:28 +00:00
|
|
|
And I click on the expand button
|
|
|
|
Then RevisionSlider wrapper should be hidden
|