mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 03:33:06 +08:00
chore(core): temporarily remove set-syncing-mode (#4489)
This commit is contained in:
@@ -161,9 +161,9 @@ test('delete workspace', async ({ page }) => {
|
||||
await page.getByTestId('create-workspace-create-button').click({
|
||||
delay: 100,
|
||||
});
|
||||
await page.getByTestId('create-workspace-continue-button').click({
|
||||
delay: 100,
|
||||
});
|
||||
// await page.getByTestId('create-workspace-continue-button').click({
|
||||
// delay: 100,
|
||||
// });
|
||||
await page.waitForTimeout(1000);
|
||||
await clickSideBarSettingButton(page);
|
||||
await page.getByTestId('current-workspace-label').click();
|
||||
|
||||
@@ -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