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 53461d8 commit 9eafad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 All @@ -118,6 +118,7 @@ describe("<ContextMenuContainer/>", () => {

function overflowsPage(element: HTMLElement) {
const rect = element.getBoundingClientRect()
//
//This console log returns zero values
//console.log(rect)

Expand Down

0 comments on commit 9eafad7

Please sign in to comment.