feat: add iCal calendar subscriptions
This commit is contained in:
@@ -130,7 +130,7 @@ test('task rows use the body for detail and Trash keeps distinct actions', async
|
||||
|
||||
test('Settings removes intro/empty danger and places mode-specific restore risk copy correctly', async ({ page }, testInfo) => {
|
||||
await page.goto('/')
|
||||
await bottomTab(page, '设置').click()
|
||||
await openSidebarView(page, '设置')
|
||||
expect(await page.locator('.view-intro').count()).toBe(0)
|
||||
await expect(page.locator('.settings-group')).toHaveCount(4)
|
||||
expect(await page.locator('.settings-danger').count()).toBe(0)
|
||||
|
||||
Reference in New Issue
Block a user