Sha256: c36824993a8bc0ac6e938678dc3d949ac69bc81879a34f608bc165f59d2244d2

Contents?: true

Size: 221 Bytes

Versions: 20

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true
require 'spec_helper'

feature 'Help Text' do
  scenario 'Displays help text entry' do
    visit '/catalog/stanford-cg357zz0321'
    expect(page).to have_css '.help-text', count: 1
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
geoblacklight-3.8.1 spec/features/help_text_spec.rb
geoblacklight-3.8.0 spec/features/help_text_spec.rb
geoblacklight-4.0.0 spec/features/help_text_spec.rb
geoblacklight-4.0.0.pre.rc3 spec/features/help_text_spec.rb
geoblacklight-3.7.0 spec/features/help_text_spec.rb
geoblacklight-4.0.0.pre.rc2 spec/features/help_text_spec.rb
geoblacklight-4.0.0.pre.rc1 spec/features/help_text_spec.rb
geoblacklight-3.6.0 spec/features/help_text_spec.rb
geoblacklight-3.5.0 spec/features/help_text_spec.rb
geoblacklight-4.0.0.pre.alpha.3 spec/features/help_text_spec.rb
geoblacklight-4.0.0.pre.alpha.2 spec/features/help_text_spec.rb
geoblacklight-4.0.0.pre.alpha.1 spec/features/help_text_spec.rb
geoblacklight-4.0.0.pre.alpha spec/features/help_text_spec.rb
geoblacklight-3.4.0 spec/features/help_text_spec.rb
geoblacklight-3.3.1 spec/features/help_text_spec.rb
geoblacklight-3.3.0 spec/features/help_text_spec.rb
geoblacklight-3.2.0 spec/features/help_text_spec.rb
geoblacklight-3.1.0 spec/features/help_text_spec.rb
geoblacklight-3.0.1 spec/features/help_text_spec.rb
geoblacklight-3.0.0 spec/features/help_text_spec.rb