This commit is contained in:
naman-bruno
2025-12-11 22:50:32 +05:30
parent 013c128c78
commit 72dccdb8e3

View File

@@ -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);