Update test/cypress/tests/onchange.cy.ts

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
This commit is contained in:
Betty Steger 2023-12-05 18:44:07 +01:00 committed by GitHub
parent 4da1021f34
commit 3dbbf76d05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -544,7 +544,7 @@ describe('onChange callback', () => {
});
});
it('should not be fired when child element of "data-mutation-free=deep" mark changes some attribute', () => {
it('should not be fired when mutation happened in a child of element with the "data-mutation-free" mark', () => {
/**
* Mock for tool wrapper which we will mutate in a test
*/