Update onchange.cy.ts

This commit is contained in:
Peter Savchenko 2024-01-10 19:34:33 +03:00
parent 06ea4d2cdb
commit ae0e9ed939
No known key found for this signature in database
GPG key ID: E68306B1AB0F727C

View file

@ -454,7 +454,7 @@ describe('onChange callback', () => {
.get('div.ce-block')
.click();
cy.wait(200).then(() => {
cy.wait(500).then(() => {
cy.get('@onChange').should('have.callCount', 0);
});
});