mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 12:45:38 +00:00
fix
This commit is contained in:
@@ -76,7 +76,8 @@ const createCollection = async (page, collectionName: string, collectionLocation
|
||||
}
|
||||
await createCollectionModal.getByRole('button', { name: 'Create', exact: true }).click();
|
||||
|
||||
await createCollectionModal.waitFor({ state: 'detached' });
|
||||
await createCollectionModal.waitFor({ state: 'detached', timeout: 15000 });
|
||||
await page.waitForTimeout(200);
|
||||
|
||||
if (options.openWithSandboxMode != undefined) {
|
||||
await openCollectionAndAcceptSandbox(page, collectionName, options.openWithSandboxMode);
|
||||
|
||||
Reference in New Issue
Block a user