Skip to content

Commit

Permalink
fix test for training information
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsherlocked1891 authored and tharvik committed Dec 6, 2024
1 parent 4e3fcdb commit 242bc5a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ it("shows messages", async () => {
},
});

const listItems = wrapper.findAll("#mapHeader li");
expect(listItems.length === 0 || listItems.length === 3).toBe(true);
expect(wrapper.findAll("#mapHeader li")).toHaveLength(0);
});

0 comments on commit 242bc5a

Please sign in to comment.