feat(auth): akamai auth integration #8199
+2,704
−30
Open
Annotations
2 errors, 1 warning, and 1 notice
|
Detect flaky tests
Process completed with exit code 1.
|
|
Run Playwright tests:
tests/utils/page/actions.ts#L1082
1) [default] › tests/response/response-clearing.spec.ts:51:9 › Response Clearing › should clear response and test results (all-fail) › Send request and verify tests appear › Select tab "Tests" in [data-testid="response-pane"]
Error: Timed out 2000ms waiting for expect(locator).toContainClass(expected)
Locator: locator('[data-testid="response-pane"]').locator('.tabs').getByRole('tab', { name: 'Tests' })
Expected string: "active"
Received: <element(s) not found>
Call log:
- expect.toContainClass with timeout 2000ms
- waiting for locator('[data-testid="response-pane"]').locator('.tabs').getByRole('tab', { name: 'Tests' })
Call Log:
- Timeout 15000ms exceeded while waiting on the predicate
at tests/utils/page/actions.ts:1082
1080 |
1081 | throw new Error(`Tab "${tabName}" not found in visible tabs or overflow dropdown`);
> 1082 | }).toPass({ timeout: 15000 });
| ^
1083 | });
1084 | };
1085 |
at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:1082:8
at selectPaneTab (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:1042:3)
at selectResponsePaneTab (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:1087:3)
at /home/runner/work/bruno/bruno/tests/response/response-clearing.spec.ts:93:9
at /home/runner/work/bruno/bruno/tests/response/response-clearing.spec.ts:88:7
|
|
Run Playwright tests:
[default] › tests/shortcuts/bound-actions.spec.ts#L0
[default] › tests/shortcuts/bound-actions.spec.ts took 8.5m
|
|
Run Playwright tests
1 flaky
[default] › tests/response/response-clearing.spec.ts:51:9 › Response Clearing › should clear response and test results (all-fail)
9 skipped
598 passed (31.0m)
|
background
wait
wait-all
cancel
Loading