2016-07-04 13:56:00 +00:00
|
|
|
@chrome @en.wikipedia.beta.wmflabs.org @firefox @integration
|
2016-06-27 12:38:23 +00:00
|
|
|
Feature: RevisionSlider betafeature
|
|
|
|
Background:
|
|
|
|
Given I am logged in
|
2016-07-04 13:56:00 +00:00
|
|
|
And a page with 2 revision(s) exists
|
2016-06-27 12:38:23 +00:00
|
|
|
|
|
|
|
Scenario: RevisionSlider is not loaded when feature disabled
|
|
|
|
Given RevisionSlider is disabled as a beta feature
|
2016-07-04 13:56:00 +00:00
|
|
|
And I am on the diff page
|
2016-08-05 16:14:28 +00:00
|
|
|
Then There should not be a RevisionSlider expand button
|
2016-06-27 12:38:23 +00:00
|
|
|
|
|
|
|
Scenario: RevisionSlider is loaded when feature enabled
|
|
|
|
Given RevisionSlider is enabled as a beta feature
|
2016-07-04 13:56:00 +00:00
|
|
|
And I am on the diff page
|
2016-08-05 16:14:28 +00:00
|
|
|
Then There should be a RevisionSlider expand button
|