Skip to content

Commit

Permalink
test: 🚧 Fixed group links test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsadam committed Oct 10, 2024
1 parent 113747b commit a15a63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/system/groups/group_links_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def setup
assert_selector 'table tbody tr', count: 2

fill_in placeholder: I18n.t(:'groups.members.index.search.groups.placeholder'), with: @group_link5.group.name
find('input[type="search"]').native.send_keys(:return)

assert_text 'Displaying 1 item'
assert_selector 'table tbody tr', count: 1
Expand Down

0 comments on commit a15a63b

Please sign in to comment.