diff --git a/test/e2e/specs/editor/various/footnotes.spec.js b/test/e2e/specs/editor/various/footnotes.spec.js index e4581725642b5..e204790737bfb 100644 --- a/test/e2e/specs/editor/various/footnotes.spec.js +++ b/test/e2e/specs/editor/various/footnotes.spec.js @@ -60,7 +60,7 @@ test.describe( 'Footnotes', () => { }, ] ); - // Check if the numbers in the editor content update. + // Check if the numbers in the editor content updated. const anchorNumber = await editor.canvas .locator( ':root' ) .evaluate( () => document.querySelector( '.fn' ).textContent );