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>2021-09-02 15:11:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-02 15:11:03 +0300
commitbd1df17345c7fe8cbc19a9716b931acdbb7d0ce5 (patch)
tree375958eec5e5edc6698aea03f66808793ccde3bb /spec/frontend
parented0d55ded7a03c8d5da501d3c86b38084f695cae (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend')
-rw-r--r--spec/frontend/vue_shared/components/filtered_search_bar/filtered_search_utils_spec.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/frontend/vue_shared/components/filtered_search_bar/filtered_search_utils_spec.js b/spec/frontend/vue_shared/components/filtered_search_bar/filtered_search_utils_spec.js
index ef501685907..47dabf0670a 100644
--- a/spec/frontend/vue_shared/components/filtered_search_bar/filtered_search_utils_spec.js
+++ b/spec/frontend/vue_shared/components/filtered_search_bar/filtered_search_utils_spec.js
@@ -312,13 +312,6 @@ describe('urlQueryToFilter', () => {
{ filteredSearchTermKey: 'search' },
],
[
- 'search=my+terms',
- {
- [FILTERED_SEARCH_TERM]: [{ value: 'my+terms' }],
- },
- { filteredSearchTermKey: 'search', legacySpacesDecode: true },
- ],
- [
'search=my terms&foo=bar&nop=xxx',
{
[FILTERED_SEARCH_TERM]: [{ value: 'my' }, { value: 'terms' }],