mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-01 02:20:04 -06:00
chore(e2e): use ControlOrMeta instead of Control
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user