Sha256: 5f43f0be903b721bd520a66e07c54a45ab724051bbf0d9d30243d8356bfd4cdf
Contents?: true
Size: 477 Bytes
Versions: 3
Compression:
Stored size: 477 Bytes
Contents
require 'spec_helper' describe "Slideshow", :js, :type => :feature do it "should open when one of the grid panes are clicked" do pending 'flappy test' visit search_catalog_path( :q => 'medicine', :view => 'slideshow' ) expect(page).to have_content "You searched for:" within ".view-type" do click_link "Slideshow" end find('.grid [data-slide-to="0"]').trigger('click') expect(page).to have_selector '#slideshow', visible: true end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blacklight-gallery-0.12.0 | spec/features/slideshow_spec.rb |
blacklight-gallery-0.11.0 | spec/features/slideshow_spec.rb |
blacklight-gallery-0.10.0 | spec/features/slideshow_spec.rb |