Commit 7d838b6c authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Change search string that does not return results

In some cases, the group's ID may be 123 so it matches the search query
parent 2800a8fe
...@@ -78,7 +78,7 @@ RSpec.describe 'Projects > Members > Groups with access list', :js do ...@@ -78,7 +78,7 @@ RSpec.describe 'Projects > Members > Groups with access list', :js do
context 'search in existing members' do context 'search in existing members' do
it 'finds no results' do it 'finds no results' do
fill_in_filtered_search 'Search groups', with: 'testing 123' fill_in_filtered_search 'Search groups', with: 'non_existing_group_name'
click_groups_tab click_groups_tab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment