2016-07-05 14:16:22 +00:00
|
|
|
@chrome @en.wikipedia.beta.wmflabs.org @firefox @integration
|
|
|
|
Feature: RevisionSlider history
|
|
|
|
Background:
|
2017-04-05 09:24:40 +00:00
|
|
|
Given a page with 4 revision(s) exists
|
2016-08-01 11:25:46 +00:00
|
|
|
|
2017-06-29 14:15:10 +00:00
|
|
|
# Deactivated until bar clicking will be reintroduced see T165831
|
|
|
|
#
|
|
|
|
# Scenario: RevisionSlider history can be accessed using browser back and forward buttons after clicking on a revision
|
|
|
|
# When I have loaded the RevisionSlider and dismissed the help dialog
|
2017-07-11 08:17:24 +00:00
|
|
|
# And I click on revision 1 to move the older pointer
|
2017-06-29 14:15:10 +00:00
|
|
|
# And I wait until the diff has loaded
|
2017-07-11 08:17:24 +00:00
|
|
|
# And I click on revision 2 to move the newer pointer
|
2017-06-29 14:15:10 +00:00
|
|
|
# And I wait until the diff has loaded
|
|
|
|
# And I click the browser back button
|
|
|
|
# And I wait until the diff has loaded
|
|
|
|
# And I click the browser back button
|
|
|
|
# And I wait until the diff has loaded
|
|
|
|
# And I click the browser forward button
|
|
|
|
# And I wait until the diff has loaded
|
2017-07-11 08:17:24 +00:00
|
|
|
# Then the older pointer should be on revision 1
|
|
|
|
# And the newer pointer should be on revision 4
|
2017-06-29 14:15:10 +00:00
|
|
|
# And revision 1 should be loaded on the left of the diff
|
|
|
|
# And revision 4 should be loaded on the right of the diff
|
2016-07-05 14:16:22 +00:00
|
|
|
|
2016-08-01 11:25:46 +00:00
|
|
|
Scenario: RevisionSlider history can be accessed using browser back and forward buttons after dragging to a revision
|
2016-10-07 15:06:59 +00:00
|
|
|
When I have loaded the RevisionSlider and dismissed the help dialog
|
2017-07-11 08:17:24 +00:00
|
|
|
And I drag the older pointer to revision 1
|
2016-10-07 15:06:59 +00:00
|
|
|
And I wait until the diff has loaded
|
2017-07-11 08:17:24 +00:00
|
|
|
And I drag the newer pointer to revision 2
|
2016-10-07 15:06:59 +00:00
|
|
|
And I wait until the diff has loaded
|
2016-08-01 11:25:46 +00:00
|
|
|
And I click the browser back button
|
2016-10-07 15:06:59 +00:00
|
|
|
And I wait until the diff has loaded
|
|
|
|
And I click the browser back button
|
|
|
|
And I wait until the diff has loaded
|
|
|
|
And I click the browser forward button
|
|
|
|
And I wait until the diff has loaded
|
2017-07-11 08:17:24 +00:00
|
|
|
Then the older pointer should be on revision 1
|
|
|
|
And the newer pointer should be on revision 4
|
2016-07-05 14:16:22 +00:00
|
|
|
And revision 1 should be loaded on the left of the diff
|
2016-10-07 15:06:59 +00:00
|
|
|
And revision 4 should be loaded on the right of the diff
|