mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 03:19:52 +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();
|
||||
|
||||
Reference in New Issue
Block a user