Sha256: ade839144f31fadb927d11edd0e8fe2a84126fc7003c5ba9819388327b61cf52
Contents?: true
Size: 421 Bytes
Versions: 5
Compression:
Stored size: 421 Bytes
Contents
require 'acceptance_helper' describe "On the page /styling with the :html helper in the grid WiceGrid", :type => :request, :js => true do before :each do visit '/styling' end it "allows to 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
5 entries across 5 versions & 1 rubygems