Commit ed19a0bd authored by Ash McKenzie's avatar Ash McKenzie

Merge branch '328666-fix-broken-master' into 'master'

Change search string that does not return results

See merge request gitlab-org/gitlab!59945
parents 81666469 7d838b6c
......@@ -78,7 +78,7 @@ RSpec.describe 'Projects > Members > Groups with access list', :js do
context 'search in existing members' 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
......
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