Sha256: f2b5d192d460be9543418af99c27f6fda58c538ebb025b253fd85bc1ec8705c4
Contents?: true
Size: 509 Bytes
Versions: 12
Compression:
Stored size: 509 Bytes
Contents
# encoding: utf-8 require 'acceptance_helper' describe 'basisc5 WiceGrid', js: true do before :each do visit '/basics6' end it 'should ordered by Title' do within 'div.wice-grid-container table.wice-grid thead th.sorted a.desc' do expect(page).to have_content('Title') end end it 'should not have records with Archived==no' do click_on 'show all' within 'div.wice-grid-container table.wice-grid tbody' do expect(page).to have_no_content('Yes') end end end
Version data entries
12 entries across 12 versions & 2 rubygems