2014-05-15 13:35:41 +00:00
|
|
|
@en.wikipedia.beta.wmflabs.org @firefox @chrome @internet_explorer_9 @internet_explorer_10
|
2014-01-15 00:03:34 +00:00
|
|
|
Feature: Basic Multimedia Viewer navigation
|
|
|
|
|
|
|
|
Scenario: Multimedia Viewer (MMV)
|
2014-04-20 15:42:40 +00:00
|
|
|
Given I am at a wiki article with at least two embedded pictures
|
2014-01-15 00:03:34 +00:00
|
|
|
When I click on the first image in the article
|
|
|
|
Then the image metadata and the image itself should be there
|
|
|
|
When I click the next arrow
|
|
|
|
Then the image and metadata of the next image should appear
|
|
|
|
When I click the previous arrow
|
|
|
|
Then the image and metadata of the previous image should appear
|
|
|
|
When I close MMV
|
|
|
|
Then I should be navigated back to the original wiki article
|
2014-04-11 09:31:38 +00:00
|
|
|
Then the wiki article should be scrolled to the same position as before opening MMV
|
2014-04-15 14:25:22 +00:00
|
|
|
When I click on the first image in the article
|
|
|
|
And I press the browser back button
|
|
|
|
Then I should be navigated back to the original wiki article
|
|
|
|
Then the wiki article should be scrolled to the same position as before opening MMV
|