Commit db82bf4c965d507b7abf257e70b3f04c45a817be
1 parent
bc15cd15
Exists in
master
and in
29 other branches
clickable-images-feature: simulate hover to display zoom link
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
features/clickable_images.feature
... | ... | @@ -14,6 +14,7 @@ Feature: clickable images |
14 | 14 | | owner | name | image | dimensions | |
15 | 15 | | booking | small | rails.png | 20x20 | |
16 | 16 | When I go to /booking/small |
17 | + And display ".zoomify-image" | |
17 | 18 | Then I should see "Zoom in" |
18 | 19 | |
19 | 20 | @selenium |
... | ... | @@ -22,6 +23,7 @@ Feature: clickable images |
22 | 23 | | owner | name | image | dimensions | |
23 | 24 | | booking | real | rails.png | 50x64 | |
24 | 25 | When I go to /booking/real |
26 | + And display ".zoomify-image" | |
25 | 27 | Then "Zoom in" should not be visible within "a#zoomify-image" |
26 | 28 | |
27 | 29 | @selenium |
... | ... | @@ -30,6 +32,7 @@ Feature: clickable images |
30 | 32 | | owner | name | image | |
31 | 33 | | booking | not set | rails.png | |
32 | 34 | When I go to /booking/not-set |
35 | + And display ".zoomify-image" | |
33 | 36 | Then "Zoom in" should not be visible within "a#zoomify-image" |
34 | 37 | |
35 | 38 | @selenium-fixme | ... | ... |