Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-15 15:10:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-15 15:10:17 +0300
commite894595ad8ebdbd565bacaeb126d44f80a636fd8 (patch)
tree97f898aa3f24b209924bfcee6ee46072807e9b02 /spec/views/search
parenta79324ad1f94b0c497a89c1ee35bd7d33f318008 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/views/search')
-rw-r--r--spec/views/search/_filter.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/search/_filter.html.haml_spec.rb b/spec/views/search/_filter.html.haml_spec.rb
index 9a5ff2e4518..868408f7beb 100644
--- a/spec/views/search/_filter.html.haml_spec.rb
+++ b/spec/views/search/_filter.html.haml_spec.rb
@@ -11,7 +11,7 @@ RSpec.describe 'search/_filter' do
expect(rendered).to have_selector('input#js-search-group-dropdown')
expect(rendered).to have_selector('label[for="dashboard_search_project"]')
- expect(rendered).to have_selector('button#dashboard_search_project')
+ expect(rendered).to have_selector('input#js-search-project-dropdown')
end
end
end