tests: start fixing cypress tests.

This commit is contained in:
Jack Fishwick
2022-11-22 10:55:06 +00:00
parent 3c94b22ac1
commit 44097c15c9
7 changed files with 119 additions and 119 deletions
@@ -35,7 +35,7 @@ describe('Interaction Flow Rendering', () => {
});
it('tries to do a selection', () => {
cy.get('body').type('{shift}', { release: false }).get('.react-flow__selectionpane').should('not.exist');
cy.get('body').type('{shift}', { release: false }).get('.react-flow__pane').should('not.exist');
cy.get('body').type('{shift}', { release: true });
});