mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-12 09:27:36 +00:00
Point the navigation E2E test to the right image
Since we shuffled content around on Lightbox_demo, the test was trying to read the wrong image. Change-Id: I4ccaa0a1ab354aa4c19bc3870fb54b0ea11ff086
This commit is contained in:
parent
472f56d4ad
commit
773ed3673b
|
@ -7,7 +7,7 @@ class LightboxDemoPage
|
|||
# Tag page elements that we will need.
|
||||
|
||||
# First image in lightbox demo page
|
||||
a(:image1_in_article, href: /\.jpg$/)
|
||||
a(:image1_in_article, href: /Kerala\.jpg$/)
|
||||
|
||||
# Wrapper div for all mmv elements
|
||||
div(:mmv_wrapper, class: "mlb-wrapper")
|
||||
|
|
Loading…
Reference in a new issue