Skip to content

Commit

Permalink
Self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Dec 8, 2023
1 parent 4b1a400 commit 64520b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e_tests/integration/node-inspection-panel.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ describe('Node Inspection Panel rendering', () => {
.first()
.trigger('mouseover', { force: true })
.trigger('mouseenter', { force: true })
.click(40, 40)
// .trigger('click', { force: true })
.trigger('click', { force: true })
.get('[data-testid="properties-table-name-value-cell"]', {
timeout: 5000
})
Expand Down

0 comments on commit 64520b5

Please sign in to comment.