Skip to content

Commit

Permalink
Update client/src/components/Dataset/DatasetStorage/DatasetStorage.te…
Browse files Browse the repository at this point in the history
…st.js

Co-authored-by: David López <[email protected]>
  • Loading branch information
jmchilton and davelopez authored Feb 13, 2024
1 parent 6fc4b8b commit d977ef1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ describe("DatasetStorage.vue", () => {
it("test loading...", async () => {
mount();
await wrapper.vm.$nextTick();
console.log(wrapper.html());
expect(wrapper.findAll("loadingspan-stub").length).toBe(1);
expect(wrapper.findAll("describeobjectstore-stub").length).toBe(0);
});
Expand Down

0 comments on commit d977ef1

Please sign in to comment.