mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 18:02:47 +08:00
feat(core): add self host team plan (#9569)
This commit is contained in:
@@ -71,7 +71,7 @@ test('page delete -> create new page -> refresh page -> new page should be appea
|
||||
.click();
|
||||
await page.getByText('Delete permanently?').dblclick();
|
||||
await page.getByRole('button', { name: 'Delete' }).click();
|
||||
expect(page.getByText("There's no page here yet")).not.toBeUndefined();
|
||||
expect(page.getByText('Deleted docs will appear here')).not.toBeUndefined();
|
||||
await page.getByTestId('all-pages').click();
|
||||
|
||||
await clickNewPageButton(page);
|
||||
|
||||
Reference in New Issue
Block a user