Sha256: a09880d5e212caa2eebacbc181fd6e3d3ef72e6e12c2bfe06b39d9689a4683cb
Contents?: true
Size: 627 Bytes
Versions: 12
Compression:
Stored size: 627 Bytes
Contents
# encoding: utf-8 require 'acceptance_helper' describe 'basisc4 WiceGrid', js: true do before :each do visit '/basics4' end it 'should not have disabled 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
12 entries across 12 versions & 2 rubygems