mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-12-03 19:36:36 +00:00
Re-enable testing bar clicking
Change-Id: I23f192cf47e2ff94521733f8b1b056152d5ad0fe
This commit is contained in:
parent
b6195eba41
commit
af276e0f7f
|
@ -15,8 +15,12 @@
|
||||||
# bundle exec cucumber
|
# bundle exec cucumber
|
||||||
#
|
#
|
||||||
mw-vagrant-host: &default
|
mw-vagrant-host: &default
|
||||||
mediawiki_url: http://127.0.0.1:8080/wiki/
|
mediawiki_url: http://en.mediawiki.localhost/index.php/
|
||||||
|
mediawiki_api_url: http://en.mediawiki.localhost/api.php
|
||||||
user_factory: true
|
user_factory: true
|
||||||
|
mediawiki_user: Tester
|
||||||
|
mediawiki_password: test
|
||||||
|
|
||||||
|
|
||||||
mw-vagrant-guest:
|
mw-vagrant-guest:
|
||||||
mediawiki_url: http://127.0.0.1/wiki/
|
mediawiki_url: http://127.0.0.1/wiki/
|
||||||
|
@ -27,4 +31,4 @@ integration:
|
||||||
user_factory: true
|
user_factory: true
|
||||||
# mediawiki_url: THIS WILL BE SET BY JENKINS
|
# mediawiki_url: THIS WILL BE SET BY JENKINS
|
||||||
|
|
||||||
default: *default
|
default: *default
|
||||||
|
|
|
@ -3,24 +3,22 @@ Feature: RevisionSlider history
|
||||||
Background:
|
Background:
|
||||||
Given a page with 4 revision(s) exists
|
Given a page with 4 revision(s) exists
|
||||||
|
|
||||||
# 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
|
||||||
# Scenario: RevisionSlider history can be accessed using browser back and forward buttons after clicking on a revision
|
And I click on revision 1 to move the older pointer
|
||||||
# When I have loaded the RevisionSlider and dismissed the help dialog
|
And I wait until the diff has loaded
|
||||||
# And I click on revision 1 to move the older pointer
|
And I click on revision 2 to move the newer pointer
|
||||||
# And I wait until the diff has loaded
|
And I wait until the diff has loaded
|
||||||
# And I click on revision 2 to move the newer pointer
|
And I click the browser back button
|
||||||
# And I wait until the diff has loaded
|
And I wait until the diff has loaded
|
||||||
# And I click the browser back button
|
And I click the browser back button
|
||||||
# And I wait until the diff has loaded
|
And I wait until the diff has loaded
|
||||||
# And I click the browser back button
|
And I click the browser forward button
|
||||||
# And I wait until the diff has loaded
|
And I wait until the diff has loaded
|
||||||
# And I click the browser forward button
|
Then the older pointer should be on revision 1
|
||||||
# And I wait until the diff has loaded
|
And the newer pointer should be on revision 4
|
||||||
# Then the older pointer should be on revision 1
|
And revision 1 should be loaded on the left of the diff
|
||||||
# And the newer pointer should be on revision 4
|
And revision 4 should be loaded on the right of the diff
|
||||||
# And revision 1 should be loaded on the left of the diff
|
|
||||||
# And revision 4 should be loaded on the right of the diff
|
|
||||||
|
|
||||||
Scenario: RevisionSlider history can be accessed using browser back and forward buttons after dragging to a revision
|
Scenario: RevisionSlider history can be accessed using browser back and forward buttons after dragging to a revision
|
||||||
When I have loaded the RevisionSlider and dismissed the help dialog
|
When I have loaded the RevisionSlider and dismissed the help dialog
|
||||||
|
|
Loading…
Reference in a new issue