mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Fix tests #2713
This commit is contained in:
parent
b5afff1c79
commit
e638b0db05
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ feature 'Api users', type: :feature do
|
||||||
|
|
||||||
fill_in 'IPv4', with: '192.168.1.1'
|
fill_in 'IPv4', with: '192.168.1.1'
|
||||||
fill_in 'IPv6', with: 'FE80:0000:0000:0000:0202:B3FF:FE1E:8329'
|
fill_in 'IPv6', with: 'FE80:0000:0000:0000:0202:B3FF:FE1E:8329'
|
||||||
select 'API', from: 'Interface'
|
find('#white_ip_interfaces_api').set(true)
|
||||||
click_button 'Save'
|
click_button 'Save'
|
||||||
|
|
||||||
page.should have_text('Record created')
|
page.should have_text('Record created')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue