mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
parent
0734eb7ff3
commit
2886cb582d
4 changed files with 9 additions and 8 deletions
|
@ -19,7 +19,7 @@ RSpec.feature 'Viewing prices in admin area', settings: false do
|
|||
context 'when status is given' do
|
||||
scenario 'filters by given status' do
|
||||
visit admin_prices_path
|
||||
select 'effective', from: 'search_status'
|
||||
select Admin::Billing::PricesController.default_status.capitalize, from: 'search_status'
|
||||
submit_search_form
|
||||
|
||||
expect(page).to have_css('.price', count: 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue