diff --git a/tests/cypress/integration/core/can.spec.ts b/tests/cypress/integration/core/can.spec.ts index 9b0b3105053..380892f44ca 100644 --- a/tests/cypress/integration/core/can.spec.ts +++ b/tests/cypress/integration/core/can.spec.ts @@ -168,7 +168,7 @@ describe('can', () => { expect(canSetMarkToBold).to.eq(true) }) - it('nested "can" chain has an undefined dispatch', () => { + it('builds and passes down an undefined dispatch for nested "can" chain', () => { const editor = new Editor({ extensions: [Document, Paragraph, Text, History], })