fix: request URL input field overflow issue #6776
tests.yml
on: pull_request
Unit Tests
4m 3s
CLI Tests
3m 1s
Playwright E2E Tests
11m 24s
Annotations
3 errors and 1 notice
|
CLI Tests
Process completed with exit code 1.
|
|
[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
1) [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')
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
1) [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.
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/response-examples/create-example.spec.ts:62:7 › Create and Delete Response Examples › should close modal when cancelled
147 passed (7.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
9.44 MB |
sha256:ad9cfaf950735ff9dca42632c76b979f2dcbc6f2635cfef1d0ff62232ef5d454
|
|