Sha256: 40dc6abb211db49b2898e66d2192314acfbc39b4ff09fb617b3de4fb34b932bc
Contents?: true
Size: 379 Bytes
Versions: 19
Compression:
Stored size: 379 Bytes
Contents
# frozen_string_literal: true RSpec.describe 'Sitelinks search box' do it 'is home page' do visit root_path expect(page).to have_selector 'script[type="application/ld+json"]', visible: :hidden end it 'on search page' do visit search_catalog_path q: 'book' expect(page).not_to have_selector 'script[type="application/ld+json"]', visible: :hidden end end
Version data entries
19 entries across 19 versions & 2 rubygems