chore(core): temporarily remove set-syncing-mode (#4489)

This commit is contained in:
JimmFly
2023-09-26 22:11:04 +08:00
committed by GitHub
parent 29fa237dfb
commit 1b6cd70247
4 changed files with 19 additions and 26 deletions
+2 -2
View File
@@ -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);