test(interaction): use new edge pointer events rule

This commit is contained in:
moklick
2021-04-24 15:56:45 +02:00
parent a54ca3e1e9
commit 399c8f005b

View File

@@ -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', () => {