diff --git a/test/system/groups/group_links_test.rb b/test/system/groups/group_links_test.rb index b8882df8d7..69d189e399 100644 --- a/test/system/groups/group_links_test.rb +++ b/test/system/groups/group_links_test.rb @@ -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