test(interaction): add tests
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
describe('Basic Flow Rendering', () => {
|
||||
it('renders a flow with three nodes', () => {
|
||||
before(() => {
|
||||
cy.visit('/basic');
|
||||
});
|
||||
|
||||
it('renders a flow with three nodes', () => {
|
||||
cy.get('.react-flow__renderer');
|
||||
cy.get('.react-flow-basic-example'); // check if className prop works
|
||||
cy.get('.react-flow__node').should('have.length', 4);
|
||||
|
||||
Reference in New Issue
Block a user