summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-07-24 15:30:47 +0200
committerDenys Mishunov <dmishunov@gitlab.com>2019-08-07 11:57:38 +0200
commit4bb8a4e3d3cd74e6e7a40c5e7805dd3670fdfc37 (patch)
tree5ad7d49baeefe9535965942270923c8c04633263 /spec/features
parent9e421d6d4e7eb6564f7a21db8921f6f8163b0b90 (diff)
downloadgitlab-ce-4bb8a4e3d3cd74e6e7a40c5e7805dd3670fdfc37.tar.gz
Replaced breadcrumbs with title on Search page
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/search/user_uses_header_search_field_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/search/user_uses_header_search_field_spec.rb b/spec/features/search/user_uses_header_search_field_spec.rb
index 29ce5425323..c781048d06d 100644
--- a/spec/features/search/user_uses_header_search_field_spec.rb
+++ b/spec/features/search/user_uses_header_search_field_spec.rb
@@ -22,7 +22,7 @@ describe 'User uses header search field', :js do
fill_in('search', with: 'gitlab')
find('#search').native.send_keys(:enter)
- page.within('.breadcrumbs-sub-title') do
+ page.within('.page-title') do
expect(page).to have_content('Search')
end
end