diff --git a/cypress_test/integration_tests/common/calc_helper.js b/cypress_test/integration_tests/common/calc_helper.js index 36114ec0c..391d6944b 100644 --- a/cypress_test/integration_tests/common/calc_helper.js +++ b/cypress_test/integration_tests/common/calc_helper.js @@ -56,6 +56,7 @@ function clickOnFirstCell(firstClick = true, dblClick = false) { }); if (firstClick && !dblClick) { + cy.wait(1000); cy.get('#test-div-overlay-cell-cursor-border-0') .should(function (elem) { expect(helper.Bounds.parseBoundsJson(elem.text()).left).to.be.equal(0);