From 0ea3fcec397b69815975647f5e2aa5fe944a8486 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 20 Jun 2022 11:10:13 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-1-stable-ee --- spec/frontend/jobs/components/log/collapsible_section_spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/frontend/jobs/components/log/collapsible_section_spec.js') diff --git a/spec/frontend/jobs/components/log/collapsible_section_spec.js b/spec/frontend/jobs/components/log/collapsible_section_spec.js index 22ddc8b1c2d..2ab7f5fe22d 100644 --- a/spec/frontend/jobs/components/log/collapsible_section_spec.js +++ b/spec/frontend/jobs/components/log/collapsible_section_spec.js @@ -45,7 +45,7 @@ describe('Job Log Collapsible Section', () => { }); it('renders an icon with the closed state', () => { - expect(findCollapsibleLineSvg().attributes('data-testid')).toBe('angle-right-icon'); + expect(findCollapsibleLineSvg().attributes('data-testid')).toBe('chevron-lg-right-icon'); }); }); @@ -62,7 +62,7 @@ describe('Job Log Collapsible Section', () => { }); it('renders an icon with the open state', () => { - expect(findCollapsibleLineSvg().attributes('data-testid')).toBe('angle-down-icon'); + expect(findCollapsibleLineSvg().attributes('data-testid')).toBe('chevron-lg-down-icon'); }); it('renders collapsible lines content', () => { -- cgit v1.2.3