mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
parent
ccf08ded60
commit
b67f2f1e97
3 changed files with 3 additions and 5 deletions
|
@ -8,7 +8,7 @@ RSpec.feature 'Editing zone in admin area', settings: false do
|
|||
end
|
||||
|
||||
scenario 'updates zone' do
|
||||
open_list
|
||||
visit admin_zones_url
|
||||
open_form
|
||||
submit_form
|
||||
|
||||
|
@ -20,7 +20,7 @@ RSpec.feature 'Editing zone in admin area', settings: false do
|
|||
end
|
||||
|
||||
def open_form
|
||||
click_link_or_button t('admin.dns.zones.zone.edit_btn')
|
||||
click_link_or_button 'admin-edit-zone-btn'
|
||||
end
|
||||
|
||||
def submit_form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue