Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart authored and youknowriad committed Feb 21, 2023
1 parent eb64e70 commit 468711e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-test-utils/src/site-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export async function openPreviousGlobalStylesPanel() {
export async function enterEditMode() {
try {
await page.waitForSelector(
'.edit-site-visual-editor__editor-canva[role="button"]',
'.edit-site-visual-editor__editor-canvas[role="button"]',
{ timeout: 3000 }
);

Expand Down

0 comments on commit 468711e

Please sign in to comment.