diff --git a/e2e_tests/integration/node-inspection-panel.spec.ts b/e2e_tests/integration/node-inspection-panel.spec.ts index 843cd19dc19..39284ca5123 100644 --- a/e2e_tests/integration/node-inspection-panel.spec.ts +++ b/e2e_tests/integration/node-inspection-panel.spec.ts @@ -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()