mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 15:06:23 +02:00
Updated admin integration test
This commit is contained in:
parent
43e088e852
commit
b7f31ea7e2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class AdminAreaWhiteIpsIntegrationTest < JavaScriptApplicationSystemTestCase
|
||||||
|
|
||||||
fill_in 'IPv4', with: '127.0.0.2'
|
fill_in 'IPv4', with: '127.0.0.2'
|
||||||
find(:css, '#white_ip_interfaces_api').set(false)
|
find(:css, '#white_ip_interfaces_api').set(false)
|
||||||
find(:css, '#white_ip_committed').set(false)
|
find(:css, '#white_ip_committed').set(true)
|
||||||
click_on 'Save'
|
click_on 'Save'
|
||||||
|
|
||||||
assert_text 'Record updated'
|
assert_text 'Record updated'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue