test(minimap): wait for minimap

This commit is contained in:
moklick
2022-05-03 10:17:44 +02:00
parent aafe83bb16
commit 822d2d6688

View File

@@ -12,6 +12,8 @@ describe('Minimap Testing', () => {
const paneNodes = Cypress.$('.react-flow__node').length;
const minimapNodes = Cypress.$('.react-flow__minimap-node').length;
cy.wait(100);
expect(paneNodes).equal(minimapNodes);
});