Merge branch 'develop' into open_new_tab

This commit is contained in:
Elian Doran
2025-05-10 15:34:31 +03:00
committed by GitHub
311 changed files with 25332 additions and 2473 deletions

View File

@@ -55,6 +55,8 @@ test("Displays math popup", async ({ page, context }) => {
await app.goto();
await app.goToNoteInNewTab("Empty text");
const noteContent = app.currentNoteSplit.locator(".note-detail-editable-text-editor");
await expect(noteContent.locator("p")).toBeVisible();
await noteContent.focus();
await noteContent.fill("Hello world");
await noteContent.press("ControlOrMeta+M");