Skip to content

Commit

Permalink
test(interaction): use new edge pointer events rule
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Apr 24, 2021
1 parent a54ca3e commit 399c8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/flow/interaction.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Interaction Flow Rendering', () => {

it('allows edge clicks when enabled', () => {
const pointerEvents = Cypress.$('.react-flow__edge:first').css('pointer-events');
expect(pointerEvents).to.equal('all');
expect(pointerEvents.toLowerCase()).to.equal('visiblestroke');
});

it('tries to do a selection', () => {
Expand Down

0 comments on commit 399c8f0

Please sign in to comment.