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