Skip to content

Commit

Permalink
Fix footnotes spec
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Oct 3, 2023
1 parent 17fc072 commit eacc4fd
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 @@ -356,7 +356,7 @@ test.describe( 'Footnotes', () => {

await previewPage.close();
await editorPage.bringToFront();
await editor.canvas.click( 'p:text("first paragraph")' );
await editor.canvas.locator( 'p:text("first paragraph")' ).click();

// Open revisions.
await editor.openDocumentSettingsSidebar();
Expand Down

0 comments on commit eacc4fd

Please sign in to comment.