features/image_gallery.feature in middleman-presentation-helpers-0.0.4 vs features/image_gallery.feature in middleman-presentation-helpers-0.0.5

- old
+ new

@@ -7,10 +7,11 @@ Background: Given I create a new presentation with title "My Presentation" And an image "image01.png" at "images/image01.png" And an image "image02.png" at "images/image02.png" + @wip Scenario: Images only Given a slide named "01.html.erb" with: """ <section> <h1>Image Gallery</h1> @@ -28,9 +29,16 @@ </a> <a href="images/image02.png" data-lightbox="test-gallery"> <img src="images/image02.png" class="mp-preview-image"> </a> </section> + """ + When I go to "/stylesheets/application.css" + Then I should see: + """ + .lightboxOverlay { + overflow: scroll; + } """ Scenario: Images with titles Given a slide named "01.html.erb" with: """