blacklight-gallery 4.9.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,11 +2,7 @@ require 'spec_helper'
2
2
 
3
3
  RSpec.describe 'Slideshow', js: true do
4
4
  it 'opens when one of the grid panes is clicked' do
5
- visit search_catalog_path( q: 'medicine', view: 'slideshow' )
6
- expect(page).to have_content 'You searched for:'
7
- within '.view-type' do
8
- click_link 'Slideshow'
9
- end
5
+ visit search_catalog_path(q: 'medicine', view: 'slideshow')
10
6
 
11
7
  find('.grid [data-slide-to="0"], .grid [data-bs-slide-to="0"]').click
12
8
  expect(page).to have_css('.slideshow-inner .item')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight-gallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.0
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer