From 2896c7471aa75a7842fe6318a122f83ca6c211bb Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 14 Feb 2022 12:14:02 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/boards/board_list_spec.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'spec/frontend/boards/board_list_spec.js') diff --git a/spec/frontend/boards/board_list_spec.js b/spec/frontend/boards/board_list_spec.js index d07173c8411..fd9d2b6823d 100644 --- a/spec/frontend/boards/board_list_spec.js +++ b/spec/frontend/boards/board_list_spec.js @@ -106,10 +106,6 @@ describe('Board list component', () => { fetchItemsForList: jest.fn(), }; - beforeEach(() => { - wrapper = createComponent(); - }); - it('does not load issues if already loading', () => { wrapper = createComponent({ actions, @@ -143,6 +139,7 @@ describe('Board list component', () => { await nextTick(); await waitForPromises(); await nextTick(); + await nextTick(); expect(wrapper.find('.board-list-count').text()).toBe('Showing 1 of 20 issues'); }); -- cgit v1.2.3