Skip to content

Commit

Permalink
chore: removed commented out tests for itemsHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
ManzuraZakirova authored and Manzurka committed Sep 6, 2024
1 parent 0b12675 commit 740e60e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ it('Side navigation with all possible items', async () => {
},
],
});
// expect(wrapper.findItemsHeader()!.getElement()).toBeInTheDocument();
// expect(wrapper.findItemsHeader()!.findMultiselect()?.getElement()).toBeInTheDocument();

expect(wrapper.findItemByIndex(1)!.findLink()!.getElement()).toHaveTextContent('Page 1');

Expand Down

0 comments on commit 740e60e

Please sign in to comment.