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>2023-03-21 18:09:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-21 18:09:11 +0300
commit97a128c1d1bf45bcc00d5fae037f840eff1ae4e0 (patch)
treebb599771ab8da98296a8fbd4573b9eaf137ea315 /spec/frontend/pages
parent7f521d27811b472c43203ed3d1bde4460a617f89 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/pages')
-rw-r--r--spec/frontend/pages/import/history/components/import_history_app_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/frontend/pages/import/history/components/import_history_app_spec.js b/spec/frontend/pages/import/history/components/import_history_app_spec.js
index 43cbac25fe8..bc9762abf86 100644
--- a/spec/frontend/pages/import/history/components/import_history_app_spec.js
+++ b/spec/frontend/pages/import/history/components/import_history_app_spec.js
@@ -61,7 +61,6 @@ describe('ImportHistoryApp', () => {
beforeEach(() => {
gon.api_version = 'v4';
- gon.features = { fullPathProjectSearch: true };
mock = new MockAdapter(axios);
});