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 a04a66d commit 4912326
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 @@ -99,8 +99,7 @@ describe('Node Inspection Panel rendering', () => {
)
.wait(3000)
.get('.relationship', { timeout: 5000 })
.click(5, 40)
// .trigger('click', { force: true }) clicking on the rel center this way won't work
.trigger('click', { force: true })
.get('[data-testid="styleable-rel-type"]', { timeout: 5000 })
.first()
.clear()
Expand Down

0 comments on commit 4912326

Please sign in to comment.