Sha256: cdc60d7821a51e7c52785da245f3bb98c8287f20425c1a9668236822e14ec94d
Contents?: true
Size: 422 Bytes
Versions: 12
Compression:
Stored size: 422 Bytes
Contents
# encoding: utf-8 require 'acceptance_helper' describe 'all records WiceGrid', type: :request, js: true do before :each do visit '/all_records' end it 'should filter by custom filters' do within 'div.wice-grid-container table.wice-grid tbody' do expect(page).to have_no_content('show all') end within '.pagination_status' do expect(page).to have_content('1-20 / 50') end end end
Version data entries
12 entries across 12 versions & 2 rubygems