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-02-18 15:09:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-18 15:09:34 +0300
commit213bd7e9d3d071e88f342511bdc48905b9d7e39c (patch)
tree5319e200d5f7916bb24502427af336d6d75bd5a6 /spec/frontend/commit
parent00c8da9174df559fa0153fdf410b76830d8f85a3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/commit')
-rw-r--r--spec/frontend/commit/pipelines/pipelines_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/frontend/commit/pipelines/pipelines_spec.js b/spec/frontend/commit/pipelines/pipelines_spec.js
index 8c442a0376e..3d6debda520 100644
--- a/spec/frontend/commit/pipelines/pipelines_spec.js
+++ b/spec/frontend/commit/pipelines/pipelines_spec.js
@@ -13,7 +13,6 @@ describe('Pipelines table in Commits and Merge requests', () => {
let vm;
const props = {
endpoint: 'endpoint.json',
- helpPagePath: 'foo',
emptyStateSvgPath: 'foo',
errorStateSvgPath: 'foo',
};