Sha256: e5c756d6affd4dbacadc3080a54539d8f5878929a2e6a6ae78d344cb81faabbd
Contents?: true
Size: 650 Bytes
Versions: 5
Compression:
Stored size: 650 Bytes
Contents
# encoding: utf-8 require 'acceptance_helper' describe 'On the page /basics4 with filter: false WiceGrid', js: true do before :each do visit '/basics4' end it 'does not render filters' do expect(page).to have_no_selector('#grid_f_id_fr') expect(page).to have_no_selector('#grid_f_id_to') expect(page).to have_no_selector('#grid_f_description') expect(page).to have_no_selector('#grid_f_created_at_fr_year') expect(page).to have_no_selector('#grid_f_created_at_fr_month') expect(page).to have_no_selector('#grid_f_created_at_to_year') expect(page).to have_no_selector('#grid_f_created_at_to_month') end end
Version data entries
5 entries across 5 versions & 1 rubygems