Merge branch 'main' into main
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user