Merge branch 'main' into main

This commit is contained in:
github-actions[bot]
2026-04-29 05:09:38 +00:00
committed by GitHub

View File

@@ -47,6 +47,7 @@ test.describe('Frontmatter date picker', () => {
await page.getByTestId('note-list-container').getByText('Alpha Project', { exact: true }).click()
await expect(page.locator('.bn-editor')).toBeVisible({ timeout: 5_000 })
await expect(page.getByRole('heading', { name: 'Alpha Project', level: 1 })).toBeVisible({ timeout: 5_000 })
await triggerShortcutCommand(page, APP_COMMAND_IDS.viewToggleProperties)
await expect(page.getByTestId('add-property-row')).toBeVisible()