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

Version Path
wice_grid-7.1.4 spec/features/styling_spec.rb
wice_grid-7.1.3 spec/features/styling_spec.rb
wice_grid-7.1.2 spec/features/styling_spec.rb
wice_grid-7.1.1 spec/features/styling_spec.rb
wice_grid-7.1.0 spec/features/styling_spec.rb