Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Feb 16, 2023
1 parent bebe92d commit dfbaa2c
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 dfbaa2c

Please sign in to comment.