From e1bfa7aef2346a8c2d4e0ae0c69bf7649896f556 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 10 Feb 2023 12:08:20 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/boards/components/board_list_header_spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/frontend/boards/components') diff --git a/spec/frontend/boards/components/board_list_header_spec.js b/spec/frontend/boards/components/board_list_header_spec.js index 80e77921459..9e65e900440 100644 --- a/spec/frontend/boards/components/board_list_header_spec.js +++ b/spec/frontend/boards/components/board_list_header_spec.js @@ -162,7 +162,7 @@ describe('Board List Header Component', () => { const icon = findCaret(); - expect(icon.props('icon')).toBe('chevron-down'); + expect(icon.props('icon')).toBe('chevron-lg-down'); }); it('should display expand icon when column is collapsed', async () => { @@ -170,7 +170,7 @@ describe('Board List Header Component', () => { const icon = findCaret(); - expect(icon.props('icon')).toBe('chevron-right'); + expect(icon.props('icon')).toBe('chevron-lg-right'); }); it('should dispatch toggleListCollapse when clicking the collapse icon', async () => { -- cgit v1.2.3