Skip to content

Commit

Permalink
ユーザー一覧の絞り込みタブのテストにおける必要事項の記載漏れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
unikounio committed Apr 10, 2024
1 parent b6f0671 commit c1eb956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/users_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ class UsersTest < ApplicationSystemTestCase
visit_with_auth '/users', 'komagata'
click_link '現役 + 研修生'

assert_selector('a.tab-nav__item-link', text: '現役 + 研修生')
assert_selector('a.tab-nav__item-link.is-active', text: '現役 + 研修生')
assert_text '現役 + 研修生'
filtered_users = all('.users-item__icon .a-user-role')
assert(filtered_users.all? do |user|
Expand Down

0 comments on commit c1eb956

Please sign in to comment.