Sha256: b1853127abab557bec0f228b45847e9504a062df589f3604a259fc41c8a7ab54
Contents?: true
Size: 579 Bytes
Versions: 12
Compression:
Stored size: 579 Bytes
Contents
# encoding: utf-8 require 'acceptance_helper' describe 'adding rows WiceGrid', type: :request, js: true do before :each do visit '/adding_rows' end it 'should filter by custom filters' do select 'Urgent', from: 'grid_f_priority_id' find(:css, '#grid_submit_grid_icon').click ['inventore architecto aut', 'veniam tempora', 'doloremque', 'qui animi', 'dolor et corporis'].each do |title| expect(page).to have_content(title) expect(page).to have_content("Panic! \"#{title}\"") end expect(page).to have_content("Don't panic") end end
Version data entries
12 entries across 12 versions & 2 rubygems