Improve tests, extend fixtures

This commit is contained in:
2026-07-08 16:00:25 +02:00
parent 30c80e6e2e
commit ef8214cfa7
7 changed files with 109 additions and 55 deletions

View File

@@ -12,6 +12,7 @@ class UsersTest < ApplicationSystemTestCase
sign_in
assert_no_current_path new_user_session_path
# TODO: assert_selector '.flash.notice', text:
assert_text t('devise.sessions.signed_in')
end