mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
parent
a3b3490591
commit
22a2329ba5
7 changed files with 28 additions and 13 deletions
|
@ -27,7 +27,7 @@ RSpec.feature 'New price in admin area', settings: false do
|
|||
def fill_form
|
||||
select 'test', from: 'price_zone_id'
|
||||
select Billing::Price.operation_categories.first, from: 'price_operation_category'
|
||||
select Billing::Price.durations.first, from: 'price_duration'
|
||||
select '3 months', from: 'price_duration'
|
||||
fill_in 'price_price', with: '1'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue