Sha256: 95b5283ffd46b14dc596f2242b4f0ca02893e707f545f81a990d2319627d1bab
Contents?: true
Size: 327 Bytes
Versions: 51
Compression:
Stored size: 327 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
51 entries across 51 versions & 1 rubygems