mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
parent
b775555c00
commit
9530fd939d
7 changed files with 28 additions and 17 deletions
|
@ -15,8 +15,10 @@ RSpec.feature 'Editing price in admin area', settings: false do
|
|||
expect(page).to have_text(t('admin.billing.prices.update.updated'))
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def open_form
|
||||
click_link_or_button t('admin.billing.prices.price.edit_btn')
|
||||
click_link_or_button 'admin-edit-price-btn'
|
||||
end
|
||||
|
||||
def submit_form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue