fix: httpbun dependencies removed #6804
tests.yml
on: pull_request
Unit Tests
4m 13s
CLI Tests
2m 48s
Playwright E2E Tests
10m 16s
Annotations
4 errors and 1 notice
|
[default] › tests/response-examples/create-example.spec.ts:62:7 › Create and Delete Response Examples › should close modal when cancelled:
tests/response-examples/create-example.spec.ts#L65
3) [default] › tests/response-examples/create-example.spec.ts:62:7 › Create and Delete Response Examples › should close modal when cancelled › Test modal cancellation
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('send-arrow-icon')
- locator resolved to <svg width="22" height="22" fill="none" stroke="#515151" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" data-testid="send-arrow-icon" xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right">…</svg>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
63 | await test.step('Test modal cancellation', async () => {
64 | await page.locator('.collection-item-name').getByText('create-example').click();
> 65 | await page.getByTestId('send-arrow-icon').click();
| ^
66 | await page.getByTestId('response-bookmark-btn').click({ timeout: 30000 });
67 | await page.getByRole('button', { name: 'Cancel' }).click();
68 | await expect(page.getByText('Save Response as Example')).not.toBeVisible();
at /home/runner/work/bruno/bruno/tests/response-examples/create-example.spec.ts:65:49
at /home/runner/work/bruno/bruno/tests/response-examples/create-example.spec.ts:63:5
|
|
[default] › tests/response-examples/create-example.spec.ts:62:7 › Create and Delete Response Examples › should close modal when cancelled:
tests/response-examples/create-example.spec.ts#L0
3) [default] › tests/response-examples/create-example.spec.ts:62:7 › Create and Delete Response Examples › should close modal when cancelled › Test modal cancellation
Test timeout of 30000ms exceeded.
|
|
[default] › tests/environments/import-environment/global-env-import.spec.ts:5:7 › Global Environment Import Tests › should import global environment from file:
tests/environments/import-environment/global-env-import.spec.ts#L80
2) [default] › tests/environments/import-environment/global-env-import.spec.ts:5:7 › Global Environment Import Tests › should import global environment from file
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('[data-testid="response-status-code"]')
Expected string: "201"
Received string: "503 Service Unavailable"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('[data-testid="response-status-code"]')
9 × locator resolved to <div data-testid="response-status-code" class="StyledWrapper__Wrapper-dHkLvc laolIg response-status-code ml-2 text-error">503 Service Unavailable</div>
- unexpected value "503 Service Unavailable"
78 | await page.locator('[data-testid="send-arrow-icon"]').click();
79 | await page.locator('[data-testid="response-status-code"]').waitFor({ state: 'visible' });
> 80 | await expect(page.locator('[data-testid="response-status-code"]')).toContainText('201');
| ^
81 |
82 | // Cleanup
83 | await page.locator('#sidebar-collection-name').filter({ hasText: 'Environment Test Collection' }).click();
at /home/runner/work/bruno/bruno/tests/environments/import-environment/global-env-import.spec.ts:80:72
|
|
[default] › tests/environments/import-environment/collection-env-import.spec.ts:10:7 › Collection Environment Import Tests › should import collection environment from file:
tests/environments/import-environment/collection-env-import.spec.ts#L85
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).toContainText(expected)
Locator: locator('[data-testid="response-status-code"]')
Expected string: "201"
Received string: "503 Service Unavailable"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('[data-testid="response-status-code"]')
9 × locator resolved to <div data-testid="response-status-code" class="StyledWrapper__Wrapper-dHkLvc laolIg response-status-code ml-2 text-error">503 Service Unavailable</div>
- unexpected value "503 Service Unavailable"
83 | await page.locator('[data-testid="send-arrow-icon"]').click();
84 | await page.locator('[data-testid="response-status-code"]').waitFor({ state: 'visible' });
> 85 | await expect(page.locator('[data-testid="response-status-code"]')).toContainText('201');
| ^
86 |
87 | // Cleanup
88 | await page.locator('#sidebar-collection-name').filter({ hasText: 'Environment Test Collection' }).click();
at /home/runner/work/bruno/bruno/tests/environments/import-environment/collection-env-import.spec.ts:85:72
|
|
🎭 Playwright Run Summary
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/environments/import-environment/global-env-import.spec.ts:5:7 › Global Environment Import Tests › should import global environment from file
[default] › tests/response-examples/create-example.spec.ts:62:7 › Create and Delete Response Examples › should close modal when cancelled
145 passed (8.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
14.8 MB |
sha256:5bb33306c0e368158e0eeb0c8f012da729baf786151be21cecaafd06e2b283e8
|
|