Fix: safe serialise TypedArrays to avoid loosing constructor informat… #2
tests.yml
on: push
Unit Tests
4m 11s
CLI Tests
2m 51s
Playwright E2E Tests
8m 47s
Annotations
1 error and 2 notices
|
[default] › tests/environments/create-environment/collection-env-create.spec.ts:5:7 › Collection Environment Create Tests › should import collection and create environment for request usage:
tests/environments/create-environment/collection-env-create.spec.ts#L123
1) [default] › tests/environments/create-environment/collection-env-create.spec.ts:5:7 › Collection Environment Create Tests › should import collection and create environment for request usage
Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'Close' }) resolved to 2 elements:
1) <button type="submit" class="submit btn btn-md btn-secondary">Close</button> aka getByRole('button', { name: 'Close', exact: true })
2) <button tabindex="-1" title="Close console" data-tabindex="inline" class="control-button close-button">…</button> aka getByRole('button', { name: 'Close console' })
Call log:
- waiting for getByRole('button', { name: 'Close' })
121 | .click();
122 | await page.locator('.dropdown-item').filter({ hasText: 'Close' }).click();
> 123 | await page.getByRole('button', { name: 'Close' }).click();
| ^
124 |
125 | await page.locator('.bruno-logo').click();
126 | });
at /home/runner/work/bruno/bruno/tests/environments/create-environment/collection-env-create.spec.ts:123:55
|
|
227 tests found
There are 227 tests, see "Raw output" for the full list of tests.
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/environments/create-environment/collection-env-create.spec.ts:5:7 › Collection Environment Create Tests › should import collection and create environment for request usage
125 passed (6.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
8.35 MB |
sha256:f9ee7cc88e5a93bfc180601d067e1851ca0a99dcaca44e49dffc6222eba398ef
|
|