mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
chore(core): temporarily remove set-syncing-mode (#4489)
This commit is contained in:
@@ -98,8 +98,8 @@ test.fixme('export then add', async ({ page, appInfo, workspace }) => {
|
||||
await page.getByTestId('add-workspace').click();
|
||||
|
||||
// should show "Added Successfully" dialog
|
||||
await page.waitForSelector('text="Added Successfully"');
|
||||
await page.getByTestId('create-workspace-continue-button').click();
|
||||
// await page.waitForSelector('text="Added Successfully"');
|
||||
// await page.getByTestId('create-workspace-continue-button').click();
|
||||
|
||||
// sleep for a while to wait for the workspace to be added :D
|
||||
await page.waitForTimeout(2000);
|
||||
|
||||
Reference in New Issue
Block a user