chore: test fixes

This commit is contained in:
Bijin A B
2026-03-21 20:25:48 +05:30
parent dded9278e0
commit 45a0af62fd
11 changed files with 81 additions and 103 deletions

View File

@@ -18,6 +18,7 @@ test.describe.serial('Response pane updates when focused and request is re-sent'
const requestName = 'Echo Request';
test.beforeAll(async ({ page, createTmpDir }) => {
await page.locator('[data-app-state="loaded"]').waitFor({ timeout: 20000 });
const collectionPath = await createTmpDir('response-pane-collection');
await createCollection(page, collectionName, collectionPath);
await createRequest(page, requestName, collectionName, { url: echoUrl, method: 'POST' });