Sha256: 6e248a544803a0cc201d583eb221fd07960b22c003ebdbe006d7fa9586c47f90

Contents?: true

Size: 621 Bytes

Versions: 12

Compression:

Stored size: 621 Bytes

Contents

# encoding: utf-8
require 'acceptance_helper'

describe 'no_records WiceGrid', type: :request, js: true do
  before :each do
    visit '/no_records'
  end

  it 'should contain a No Records block for example 1' do
    within '.example1' do
      expect(page).to have_content('No records found')
    end
  end

  it 'should contain a No Records block for example 2' do
    within '.example2' do
      expect(page).to have_content('No records found')
    end
  end

  it 'should contain a No Records block for example 3' do
    within '.example3' do
      expect(page).to have_content('No records found')
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
wice_grid-6.1.3 spec/features/no_records_request_spec.rb
wice_grid-6.1.2 spec/features/no_records_request_spec.rb
wice_grid-6.1.1 spec/features/no_records_request_spec.rb
wice_grid-6.1.0 spec/features/no_records_request_spec.rb
pwice_grid-7.0.0 spec/features/no_records_request_spec.rb
pwice_grid-6.1.2 spec/features/no_records_request_spec.rb
pwice_grid-6.1.1 spec/features/no_records_request_spec.rb
pwice_grid-6.1.0 spec/features/no_records_request_spec.rb
pwice_grid-5.0.2 spec/features/no_records_request_spec.rb
pwice_grid-5.0.1 spec/features/no_records_request_spec.rb
pwice_grid-5.0.0 spec/features/no_records_request_spec.rb
wice_grid-4.1.0 spec/features/no_records_request_spec.rb