Skip to content

Commit

Permalink
test push
Browse files Browse the repository at this point in the history
  • Loading branch information
JorensM committed Sep 9, 2023
1 parent 61851dd commit 53461d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ContextMenuContainer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe("<ContextMenuContainer/>", () => {

const menu_cmpt = screen.getByText('Option #1').closest('ul').closest('div')

expect(menu_cmpt).not.toBeVisible()
expect(menu_cmpt)./*not.*/toBeVisible()

await fireEvent.contextMenu(context_cmpt)

Expand Down

0 comments on commit 53461d8

Please sign in to comment.