From 1ec1bec4ee7ef7cb2e6faa7af625950f6d7aa290 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 8 Oct 2020 15:08:17 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/boards/board_list_spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 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 88883ae61d4..0fe3c88f518 100644 --- a/spec/frontend/boards/board_list_spec.js +++ b/spec/frontend/boards/board_list_spec.js @@ -44,7 +44,6 @@ const createComponent = ({ done, listIssueProps = {}, componentProps = {}, listP disabled: false, list, issues: list.issues, - loading: false, ...componentProps, }, provide: { @@ -94,7 +93,7 @@ describe('Board list component', () => { }); it('renders loading icon', () => { - component.loading = true; + component.list.loading = true; return Vue.nextTick().then(() => { expect(component.$el.querySelector('.board-list-loading')).not.toBeNull(); -- cgit v1.2.3