Sha256: c5c19fb31137c5a7c3f7f8a3a2f4dc99161e55c8c6df7c96eba0180c750857a8
Contents?: true
Size: 410 Bytes
Versions: 5
Compression:
Stored size: 410 Bytes
Contents
# encoding: utf-8 require 'acceptance_helper' describe 'On the page /custom_filters4 with allow_multiple_selection: false WiceGrid', type: :feature, js: true do before :each do visit '/custom_filters4' end it 'does not allow to expand custom filters' do expect(page).to have_no_selector('.expand-multi-select-icon') expect(page).to have_no_selector('.collapse-multi-select-icon') end end
Version data entries
5 entries across 5 versions & 1 rubygems