summaryrefslogtreecommitdiff
path: root/spec/frontend/work_items/components/work_item_detail_spec.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-17 15:10:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-17 15:10:27 +0000
commit30785cadee10a5deaa45ada13def96bcfa6663b0 (patch)
tree5c00df23827cba5b50177698923313a5e38d1c89 /spec/frontend/work_items/components/work_item_detail_spec.js
parent43771438e9ccf20d1b6cf12b690e63844d7c3d49 (diff)
downloadgitlab-ce-30785cadee10a5deaa45ada13def96bcfa6663b0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/work_items/components/work_item_detail_spec.js')
-rw-r--r--spec/frontend/work_items/components/work_item_detail_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/work_items/components/work_item_detail_spec.js b/spec/frontend/work_items/components/work_item_detail_spec.js
index 557ae07969e..1b6ea8186bd 100644
--- a/spec/frontend/work_items/components/work_item_detail_spec.js
+++ b/spec/frontend/work_items/components/work_item_detail_spec.js
@@ -437,7 +437,7 @@ describe('WorkItemDetail component', () => {
});
it('sets the parent breadcrumb URL pointing to issue page when parent type is `Issue`', () => {
- expect(findParentButton().attributes().href).toBe('../../issues/5');
+ expect(findParentButton().attributes().href).toBe('../../-/issues/5');
});
it('sets the parent breadcrumb URL based on parent webUrl when parent type is not `Issue`', async () => {