refactor(core): desktop project struct (#8334)

This commit is contained in:
EYHN
2024-11-05 11:00:33 +08:00
committed by GitHub
parent 89d09fd5e9
commit 902635e60f
343 changed files with 3846 additions and 3508 deletions

View File

@@ -119,10 +119,10 @@ test('can sync collections between different browser', async ({
);
await enableCloudWorkspace(page);
await page.getByTestId('explorer-bar-add-collection-button').click();
const title = page.getByTestId('input-collection-title');
const title = page.getByTestId('prompt-modal-input');
await title.isVisible();
await title.fill('test collection');
await page.getByTestId('save-collection').click();
await page.getByTestId('prompt-modal-confirm').click();
{
const context = await browser.newContext();