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:
Gilles Dubuc 2014-03-11 16:02:18 +01:00
parent 472f56d4ad
commit 773ed3673b

View file

@ -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")