fix system test

This commit is contained in:
oleghasjanov 2025-03-21 12:24:20 +02:00
parent f79f32fb5d
commit 7ef22c6894

View file

@ -23,11 +23,13 @@ class AdminAreaAdminUsersIntegrationTest < JavaScriptApplicationSystemTestCase
createNewAdminUser(true)
visit admin_admin_users_path
assert_selector 'a', text: 'test_user_name'
click_on 'test_user_name'
assert_text 'General'
click_on 'Edit'
assert_selector 'input[name*="password"]'
fill_in 'Password', with: 'test_password'
fill_in 'Password confirmation', with: 'test_password'