fix(openapi-sync): simplify IPC calls, fix state priorities, and improve stored spec missing UX #7489
+167
−221
Annotations
4 errors, 1 warning, and 1 notice
|
Run playwright Tests:
tests/utils/page/actions.ts#L30
3) [default] › tests/request/body-scroll/body-scroll-restoration.spec.ts:80:7 › Request Body Scroll Position Restoration › should restore scroll position when switching tabs and back
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Discard All and Remove' })
- locator resolved to <button type="button">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at tests/utils/page/actions.ts:30
28 | if (hasDiscardButton) {
29 | // Drafts modal - click "Discard All and Remove"
> 30 | await page.getByRole('button', { name: 'Discard All and Remove' }).click();
| ^
31 | } else {
32 | // Regular modal - click the submit button
33 | await page.locator('.bruno-modal-footer .submit').click();
at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:30:76
at closeAllCollections (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:12:3)
at /home/runner/work/bruno/bruno/tests/request/body-scroll/body-scroll-restoration.spec.ts:77:5
|
|
Run playwright Tests:
tests/request/body-scroll/body-scroll-restoration.spec.ts#L76
3) [default] › tests/request/body-scroll/body-scroll-restoration.spec.ts:80:7 › Request Body Scroll Position Restoration › should restore scroll position when switching tabs and back
Test timeout of 30000ms exceeded while running "afterEach" hook.
74 |
75 | test.describe('Request Body Scroll Position Restoration', () => {
> 76 | test.afterEach(async ({ page }) => {
| ^
77 | await closeAllCollections(page);
78 | });
79 |
at /home/runner/work/bruno/bruno/tests/request/body-scroll/body-scroll-restoration.spec.ts:76:8
|
|
Run playwright Tests:
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
|
|
Run playwright Tests:
tests/environments/import-environment/collection-env-import.spec.ts#L62
1) [default] › tests/environments/import-environment/collection-env-import.spec.ts:10:7 › Collection Environment Import Tests › should import collection environment from file
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('input[name="5.name"]')
Expected string: "secretApiToken"
Received: <element(s) not found>
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('input[name="5.name"]')
60 | await expect(page.locator('input[name="3.name"]')).toHaveValue('postTitle');
61 | await expect(page.locator('input[name="4.name"]')).toHaveValue('postBody');
> 62 | await expect(page.locator('input[name="5.name"]')).toHaveValue('secretApiToken');
| ^
63 | await expect(page.locator('input[name="5.secret"]')).toBeChecked();
64 | await envTab.hover();
65 | await envTab.getByTestId('request-tab-close-icon').click({ force: true });
at /home/runner/work/bruno/bruno/tests/environments/import-environment/collection-env-import.spec.ts:62:56
|
|
Complete job
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/
|
|
Run playwright Tests
3 flaky
[default] › tests/environments/import-environment/collection-env-import.spec.ts:10:7 › Collection Environment Import Tests › should import collection environment from file
[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/request/body-scroll/body-scroll-restoration.spec.ts:80:7 › Request Body Scroll Position Restoration › should restore scroll position when switching tabs and back
5 skipped
309 passed (17.0m)
|
Loading