summaryrefslogtreecommitdiff
path: root/spec/features/issues/filtered_search/recent_searches_spec.rb
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-02-22 00:20:51 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-02-22 22:45:52 +0200
commit7fc090b7512067e043f9d20f6806117f59bccbbd (patch)
treee2e5978c637da9d42b2264f1b81a41e81bf00f0a /spec/features/issues/filtered_search/recent_searches_spec.rb
parent88870c871eeb55ff43cf638ba8d7307b263393c3 (diff)
downloadgitlab-ce-7fc090b7512067e043f9d20f6806117f59bccbbd.tar.gz
Move RecentSearchesDropdownContent vue component
Diffstat (limited to 'spec/features/issues/filtered_search/recent_searches_spec.rb')
-rw-r--r--spec/features/issues/filtered_search/recent_searches_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/issues/filtered_search/recent_searches_spec.rb b/spec/features/issues/filtered_search/recent_searches_spec.rb
index f355cec3ba9..41b9ada988a 100644
--- a/spec/features/issues/filtered_search/recent_searches_spec.rb
+++ b/spec/features/issues/filtered_search/recent_searches_spec.rb
@@ -39,8 +39,8 @@ describe 'Recent searches', :js do
items = all('.filtered-search-history-dropdown-item', visible: false, count: 2)
- expect(items[0].text).to eq('label:~qux garply')
- expect(items[1].text).to eq('label:~foo bar')
+ expect(items[0].text).to eq('label: ~qux garply')
+ expect(items[1].text).to eq('label: ~foo bar')
end
it 'saved recent searches are restored last on the list' do