Skip to content

Commit

Permalink
chore(e2e): use ControlOrMeta instead of Control
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 17, 2025
1 parent 423bea9 commit b4ff765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/note_types/text.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test("Displays math popup", async ({ page, context }) => {
await app.goToNoteInNewTab("Empty text");
const noteContent = app.currentNoteSplit.locator(".note-detail-editable-text-editor")
await noteContent.fill("Hello world");
await noteContent.press("Control+M");
await noteContent.press("ControlOrMeta+M");

const mathForm = page.locator(".ck-math-form");
await expect(mathForm).toBeVisible();
Expand Down

0 comments on commit b4ff765

Please sign in to comment.