Skip to content

fix: update system proxy fetching to use finally (#7652) #5

fix: update system proxy fetching to use finally (#7652)

fix: update system proxy fetching to use finally (#7652) #5

Triggered via push April 2, 2026 05:54
Status Success
Total duration 10m 23s
Artifacts 3

auth-tests.yml

on: push
OAuth 1.0 Auth Tests - Linux
4m 39s
OAuth 1.0 Auth Tests - Linux
OAuth 1.0 Auth Tests - macOS
4m 2s
OAuth 1.0 Auth Tests - macOS
OAuth 1.0 Auth Tests - Windows
10m 20s
OAuth 1.0 Auth Tests - Windows
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 3 warnings, and 3 notices
[auth] › tests\auth\oauth1\oauth1.spec.ts:28:7 › OAuth 1.0 Authentication › Request auth UI: tests\utils\page\actions.ts#L19
3) [auth] › tests\auth\oauth1\oauth1.spec.ts:28:7 › OAuth 1.0 Authentication › Request auth UI ─── TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for locator('[data-testid="collections"] .collection-name').first().locator('.collection-actions .icon') - locator resolved to <svg width="18" height="18" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-dots">…</svg> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is not visible - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is not visible - retrying click action - waiting 100ms 57 × waiting for element to be visible, enabled and stable - element is not visible - retrying click action - waiting 500ms at tests\utils\page\actions.ts:19 17 | const firstCollection = page.locator('[data-testid="collections"] .collection-name').first(); 18 | await firstCollection.hover(); > 19 | await firstCollection.locator('.collection-actions .icon').click(); | ^ 20 | await page.locator('.dropdown-item').getByText('Remove').click(); 21 | 22 | // Wait for modal to appear - could be either regular remove or drafts confirmation at D:\a\bruno\bruno\tests\utils\page\actions.ts:19:66 at closeAllCollections (D:\a\bruno\bruno\tests\utils\page\actions.ts:13:3) at D:\a\bruno\bruno\tests\auth\oauth1\oauth1.spec.ts:25:5
[auth] › tests\auth\oauth1\oauth1.spec.ts:28:7 › OAuth 1.0 Authentication › Request auth UI: tests\auth\oauth1\oauth1.spec.ts#L24
3) [auth] › tests\auth\oauth1\oauth1.spec.ts:28:7 › OAuth 1.0 Authentication › Request auth UI ─── "afterAll" hook timeout of 30000ms exceeded. 22 | 23 | test.describe('OAuth 1.0 Authentication', () => { > 24 | test.afterAll(async ({ page }) => { | ^ 25 | await closeAllCollections(page); 26 | }); 27 | at D:\a\bruno\bruno\tests\auth\oauth1\oauth1.spec.ts:24:8
[auth] › tests\auth\oauth1\oauth1.spec.ts:28:7 › OAuth 1.0 Authentication › Request auth UI: tests\auth\oauth1\oauth1.spec.ts#L0
3) [auth] › tests\auth\oauth1\oauth1.spec.ts:28:7 › OAuth 1.0 Authentication › Request auth UI ─── Test timeout of 30000ms exceeded.
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:179:9 › OAuth 1.0 Runner › [yml] › Verify Add Params To placement via timeline: tests\utils\page\actions.ts#L819
2) [auth] › tests\auth\oauth1\oauth1-runner.spec.ts:179:9 › OAuth 1.0 Runner › [yml] › Verify Add Params To placement via timeline › Body: HMAC-SHA1 JSON (non-form body) › Select tab "Timeline" in [data-testid="response-pane"] TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for locator('[data-testid="response-pane"]').locator('.tabs').getByRole('tab', { name: 'Timeline' }) at tests\utils\page\actions.ts:819 817 | // Check if tab is directly visible 818 | if (await visibleTab.isVisible()) { > 819 | await visibleTab.click(); | ^ 820 | await expect(visibleTab).toContainClass('active'); 821 | return; 822 | } at D:\a\bruno\bruno\tests\utils\page\actions.ts:819:24 at selectPaneTab (D:\a\bruno\bruno\tests\utils\page\actions.ts:810:3) at selectResponsePaneTab (D:\a\bruno\bruno\tests\utils\page\actions.ts:841:3) at openTimelineRequest (D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:78:3) at verifyPlacement (D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:91:24) at D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:217:9 at D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:216:7
[auth] › tests\auth\oauth1\oauth1-runner.spec.ts:125:9 › OAuth 1.0 Runner › [bru] › Verify Add Params To placement via timeline: tests\utils\page\actions.ts#L819
1) [auth] › tests\auth\oauth1\oauth1-runner.spec.ts:125:9 › OAuth 1.0 Runner › [bru] › Verify Add Params To placement via timeline › Body: HMAC-SHA1 › Select tab "Timeline" in [data-testid="response-pane"] TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for locator('[data-testid="response-pane"]').locator('.tabs').getByRole('tab', { name: 'Timeline' }) - locator resolved to <div role="tab" aria-selected="false" class="tab select-none timeline" data-testid="responsive-tab-timeline">Timeline</div> - attempting click action - waiting for element to be visible, enabled and stable - element is not stable - retrying click action - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying at tests\utils\page\actions.ts:819 817 | // Check if tab is directly visible 818 | if (await visibleTab.isVisible()) { > 819 | await visibleTab.click(); | ^ 820 | await expect(visibleTab).toContainClass('active'); 821 | return; 822 | } at D:\a\bruno\bruno\tests\utils\page\actions.ts:819:24 at selectPaneTab (D:\a\bruno\bruno\tests\utils\page\actions.ts:810:3) at selectResponsePaneTab (D:\a\bruno\bruno\tests\utils\page\actions.ts:841:3) at openTimelineRequest (D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:78:3) at verifyPlacement (D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:91:24) at D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:147:9 at D:\a\bruno\bruno\tests\auth\oauth1\oauth1-runner.spec.ts:146:7
OAuth 1.0 Auth Tests - macOS
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/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
OAuth 1.0 Auth Tests - Linux
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/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
OAuth 1.0 Auth Tests - Windows
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/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
🎭 Playwright Run Summary
8 passed (1.8m)
🎭 Playwright Run Summary
8 passed (2.0m)
🎭 Playwright Run Summary
3 flaky [auth] › tests\auth\oauth1\oauth1-runner.spec.ts:125:9 › OAuth 1.0 Runner › [bru] › Verify Add Params To placement via timeline [auth] › tests\auth\oauth1\oauth1-runner.spec.ts:179:9 › OAuth 1.0 Runner › [yml] › Verify Add Params To placement via timeline [auth] › tests\auth\oauth1\oauth1.spec.ts:28:7 › OAuth 1.0 Authentication › Request auth UI ──── 5 passed (4.4m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report-auth-linux
214 KB
sha256:54805c898e9f4207a51d8fd1e01bb9e281a1be465d39c054d8ac3e3afaefd3e4
playwright-report-auth-macos
214 KB
sha256:16885f426dc80a29725fb48bbdb6da6ce072023d885c1f020b799dc4c7bb7f93
playwright-report-auth-windows
26.8 MB
sha256:1c73a4fd2418f10311528d0b3613de7f10959e5d97fa5c72dc17d337c53cd328