Skip to content
Snippets Groups Projects
Commit e0cc7bd7 authored by Chris Peressini's avatar Chris Peressini
Browse files

Update copy for first row in filtered search dropdown

parent 141ee129
Branches
Tags
1 merge request!10138Update copy for first row in filtered search dropdown
Pipeline #
Loading
Loading
@@ -43,10 +43,10 @@ describe 'Dropdown hint', js: true, feature: true do
end
 
describe 'filtering' do
it 'does not filter `Keep typing and press Enter`' do
it 'does not filter `Press Enter or click to search`' do
filtered_search.set('randomtext')
 
expect(page).to have_css(js_dropdown_hint, text: 'Keep typing and press Enter', visible: false)
expect(page).to have_css(js_dropdown_hint, text: 'Press Enter or click to search', visible: false)
expect(dropdown_hint_size).to eq(0)
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment