Skip to content

Commit

Permalink
[test]休会+会社員の絞り込みの正常系テスト追加
Browse files Browse the repository at this point in the history
  • Loading branch information
reckyy committed Feb 21, 2024
1 parent 13eff43 commit bd0e285
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/system/admin/users_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ class Admin::UsersTest < ApplicationSystemTestCase
assert_text 'kensyu(Kensyu Seiko)'
end

test 'show listing hibernated and student' do
visit_with_auth '/admin/users?target=hibernated&job=office_worker', 'komagata'
assert_equal '管理ページ | FBC', title
assert_text 'kyuukai(Kyu Kai)'
end

test 'exclude hibernated and retired users from year-end-party email list' do
visit_with_auth '/admin/users?target=year_end_party', 'komagata'
assert_equal '管理ページ | FBC', title
Expand Down

0 comments on commit bd0e285

Please sign in to comment.