Sha256: 416f3ca6f2ceb248056181ad273e5b632d635a000c15dbcae53a5b06cc6229df
Contents?: true
Size: 371 Bytes
Versions: 12
Compression:
Stored size: 371 Bytes
Contents
require 'acceptance_helper' describe "styling WiceGrid", :type => :request, :js => true do before :each do visit '/styling' end it "should have custom css classes" do expect(page).to have_selector('.wice-grid-container table.wice-grid.my-grid') expect(page).to have_selector('.wice-grid-container thead tr.wice-grid-title-row.my-header') end end
Version data entries
12 entries across 12 versions & 2 rubygems