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