Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Feb 7, 2024
1 parent 6df0dc6 commit 9913c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/various/footnotes.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 9913c16

Please sign in to comment.