fix(RequestTabPanel): update loading message for better user feedback #10078
tests.yml
on: pull_request
Unit Tests
5m 38s
CLI Tests
3m 41s
Playwright E2E Tests
19m 5s
Annotations
3 errors, 3 warnings, and 1 notice
|
[default] › tests/workspace/close-tab-stays-in-workspace.spec.ts:23:7 › Close tab stays in workspace › after closing last request tab in WorkspaceB:
tests/utils/page/actions.ts#L92
3) [default] › tests/workspace/close-tab-stays-in-workspace.spec.ts:23:7 › Close tab stays in workspace › after closing last request tab in WorkspaceB, active tab is not from WorkspaceA and workspace stays WorkspaceB › Create ColB/ReqB in WorkspaceB and open ReqB › Create collection "ColB"
TimeoutError: locator.waitFor: Timeout 15000ms exceeded.
Call log:
- waiting for locator('.bruno-modal-card').filter({ hasText: 'Create Collection' }) to be detached
35 × locator resolved to visible <div role="dialog" aria-labelledby="modal-title" class="bruno-modal-card modal-md" aria-describedby="modal-description">…</div>
at tests/utils/page/actions.ts:92
90 | await createCollectionModal.getByRole('button', { name: 'Create', exact: true }).click();
91 |
> 92 | await createCollectionModal.waitFor({ state: 'detached', timeout: 15000 });
| ^
93 | await page.waitForTimeout(200);
94 | await openCollection(page, collectionName);
95 | });
at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:92:33
at createCollection (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:67:3)
at /home/runner/work/bruno/bruno/tests/workspace/close-tab-stays-in-workspace.spec.ts:63:9
at /home/runner/work/bruno/bruno/tests/workspace/close-tab-stays-in-workspace.spec.ts:62:7
|
|
[default] › tests/preferences/default-collection-location/default-collection-location.spec.js:62:7 › Default Location Feature › Should use default location in Create Collection modal:
tests/preferences/default-collection-location/default-collection-location.spec.js#L81
2) [default] › tests/preferences/default-collection-location/default-collection-location.spec.js:62:7 › Default Location Feature › Should use default location in Create Collection modal
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
79 |
80 | const inputValue = await collectionLocationInput.inputValue();
> 81 | expect(inputValue.endsWith(EXPECTED_PATH_SUFFIX)).toBe(true);
| ^
82 |
83 | // cancel the collection creation
84 | await page.locator('.bruno-modal').getByRole('button', { name: 'Cancel' }).click();
at /home/runner/work/bruno/bruno/tests/preferences/default-collection-location/default-collection-location.spec.js:81:55
|
|
[default] › tests/import/insomnia/import-insomnia-v5-environments.spec.ts:19:7 › Import Insomnia v5 Collection - Environment Import › Import Insomnia v5 collection with nested environments and verify flattening:
tests/import/insomnia/import-insomnia-v5-environments.spec.ts#L106
1) [default] › tests/import/insomnia/import-insomnia-v5-environments.spec.ts:19:7 › Import Insomnia v5 Collection - Environment Import › Import Insomnia v5 collection with nested environments and verify flattening › Test Base Environment - verify flattened keys
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('input[value="user.roles[1]"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('input[value="user.roles[1]"]')
104 | const userRoles1Input = page.locator('input[value="user.roles[1]"]');
105 | await expect(userRoles0Input).toBeVisible();
> 106 | await expect(userRoles1Input).toBeVisible();
| ^
107 |
108 | // Assert: Array elements are accessible via JavaScript-style square bracket notation
109 | const userRoles0Row = page.locator('tbody tr').filter({ has: page.locator('input[value=\"user.roles[0]\"]') });
at /home/runner/work/bruno/bruno/tests/import/insomnia/import-insomnia-v5-environments.spec.ts:106:37
at /home/runner/work/bruno/bruno/tests/import/insomnia/import-insomnia-v5-environments.spec.ts:67:5
|
|
CLI Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Playwright E2E Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
3 flaky
[default] › tests/import/insomnia/import-insomnia-v5-environments.spec.ts:19:7 › Import Insomnia v5 Collection - Environment Import › Import Insomnia v5 collection with nested environments and verify flattening
[default] › tests/preferences/default-collection-location/default-collection-location.spec.js:62:7 › Default Location Feature › Should use default location in Create Collection modal
[default] › tests/workspace/close-tab-stays-in-workspace.spec.ts:23:7 › Close tab stays in workspace › after closing last request tab in WorkspaceB, active tab is not from WorkspaceA and workspace stays WorkspaceB
5 skipped
304 passed (16.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
5.48 MB |
sha256:b2c065ef984de0d72de7e7c8f7dd91b0732161e7670d645277ae1f6ca50c68dc
|
|