mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore: bump version (#4025)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"devDependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine-test/kit": "workspace:*",
|
||||
"@playwright/test": "^1.37.0"
|
||||
"@playwright/test": "^1.37.1"
|
||||
},
|
||||
"version": "0.9.0-canary.2"
|
||||
}
|
||||
|
||||
@@ -74,6 +74,8 @@ test('create multi workspace in the workspace list', async ({
|
||||
const workspaceName = page.getByTestId('workspace-name');
|
||||
await workspaceName.click();
|
||||
|
||||
await page.waitForTimeout(1000);
|
||||
|
||||
{
|
||||
//check workspace list length
|
||||
const workspaceCards = await page.$$('data-testid=workspace-card');
|
||||
|
||||
Reference in New Issue
Block a user