Updated admin integration test

This commit is contained in:
Sergei Tsoganov 2023-07-10 10:37:35 +03:00
parent 43e088e852
commit b7f31ea7e2

View file

@ -46,7 +46,7 @@ class AdminAreaWhiteIpsIntegrationTest < JavaScriptApplicationSystemTestCase
fill_in 'IPv4', with: '127.0.0.2'
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'
assert_text 'Record updated'