Skip to content

Commit

Permalink
ロケールファイルの変更に伴う関連テストの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
unikounio committed Mar 30, 2024
1 parent fc6611a commit 11fdebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/system/company/users_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ class Company::UsersTest < ApplicationSystemTestCase

test 'show users by user category' do
visit_with_auth "/companies/#{companies(:company2).id}/users", 'kimura'
# デフォルトは現役生のユーザーを表示
# デフォルトは現役 + 研修生のユーザーを表示
# Kensyu Owata は研修を終えている研修生
assert_no_text 'Kensyu Owata'

click_link '全員'
assert_text 'Kensyu Owata'

click_link '現役生'
click_link '現役 + 研修生'
assert_no_text 'Kensyu Owata'
end
end

0 comments on commit 11fdebe

Please sign in to comment.