Sha256: f345067ef680338ec1f1b885205deedaefbd993ec5a19cc600e730549323d496
Contents?: true
Size: 326 Bytes
Versions: 18
Compression:
Stored size: 326 Bytes
Contents
# frozen_string_literal: true describe 'Sitelinks search box' do it 'is home page' do visit root_path expect(page).to have_css 'script[type="application/ld+json"]' end it 'on search page' do visit search_catalog_path q: 'book' expect(page).not_to have_css 'script[type="application/ld+json"]' end end
Version data entries
18 entries across 18 versions & 1 rubygems