Maintenance: Stabilize search bulkform test.
This commit is contained in:
parent
6937b4667f
commit
8e537754bf
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ RSpec.describe 'Search', type: :system, authenticated: true, searchindex: true d
|
|||
end
|
||||
|
||||
expect(page).to have_selector('.bulkAction.no-sidebar')
|
||||
.and have_no_selector('.bulkAction.no-sidebar.hide', visible: :all)
|
||||
expect(page).to have_no_selector('.bulkAction.no-sidebar.hide', visible: :all)
|
||||
end
|
||||
|
||||
it 'shows bulkform when all checkbox is checked' do
|
||||
|
@ -58,7 +58,7 @@ RSpec.describe 'Search', type: :system, authenticated: true, searchindex: true d
|
|||
end
|
||||
|
||||
expect(page).to have_selector('.bulkAction.no-sidebar')
|
||||
.and have_no_selector('.bulkAction.no-sidebar.hide', visible: :all)
|
||||
expect(page).to have_no_selector('.bulkAction.no-sidebar.hide', visible: :all)
|
||||
end
|
||||
|
||||
it 'hides bulkform when checkbox is unchecked' do
|
||||
|
|
Loading…
Reference in a new issue