Skip to content

Commit ab7bd54

Browse files
committed
Fix merge conflicts and remove duplicate test
Resolve conflict in GridList.test.js and remove duplicate CollectionProgress.test.js.
1 parent 13f2c29 commit ab7bd54

2 files changed

Lines changed: 0 additions & 81 deletions

File tree

client/src/components/Grid/GridList.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,8 @@ describe("GridList", () => {
115115
expect(testGrid.actions[0].handler).toHaveBeenCalledTimes(1);
116116
expect(testGrid.getData).toHaveBeenCalledTimes(1);
117117
expect(testGrid.getData.mock.calls[0]).toEqual([0, 25, "", "id", true]);
118-
<<<<<<< HEAD
119-
expect(findAction.find("svg").exists()).toBeTruthy();
120-
=======
121118
// Icon component is stubbed, so we can't check for icon attribute
122119
// expect(findAction.find(`[icon='${testIcon}']`).exists()).toBeTruthy();
123-
>>>>>>> c263e89c572 (Fix FilesDialog and GridList tests)
124120
await wrapper.vm.$nextTick();
125121
expect(wrapper.find("[data-description='grid title']").text()).toBe("Test");
126122
expect(wrapper.find("[data-description='grid cell 0-0']").text()).toBe("id-1");

client/src/components/History/Content/Collection/CollectionProgress.test.js

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)