Skip to content

feat: persist scroll across tabs #385

feat: persist scroll across tabs

feat: persist scroll across tabs #385

Triggered via pull request April 9, 2026 14:20
Status Success
Total duration 8m 24s
Artifacts 3

auth-tests.yml

on: pull_request
OAuth 1.0 Auth Tests - Linux
6m 32s
OAuth 1.0 Auth Tests - Linux
OAuth 1.0 Auth Tests - macOS
5m 47s
OAuth 1.0 Auth Tests - macOS
OAuth 1.0 Auth Tests - Windows
8m 19s
OAuth 1.0 Auth Tests - Windows
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 3 warnings, and 3 notices
[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#L825
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' }) - 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 was detached from the DOM, retrying at tests/utils/page/actions.ts:825 823 | // Check if tab is directly visible 824 | if (await visibleTab.isVisible()) { > 825 | await visibleTab.click(); | ^ 826 | await expect(visibleTab).toContainClass('active'); 827 | return; 828 | } at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:825:24 at selectPaneTab (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:816:3) at selectResponsePaneTab (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:847:3) at openTimelineRequest (/home/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:78:3) at verifyPlacement (/home/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:91:24) at /home/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:217:9 at /home/runner/work/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#L825
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 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' }) - 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 was detached from the DOM, retrying at tests/utils/page/actions.ts:825 823 | // Check if tab is directly visible 824 | if (await visibleTab.isVisible()) { > 825 | await visibleTab.click(); | ^ 826 | await expect(visibleTab).toContainClass('active'); 827 | return; 828 | } at /home/runner/work/bruno/bruno/tests/utils/page/actions.ts:825:24 at selectPaneTab (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:816:3) at selectResponsePaneTab (/home/runner/work/bruno/bruno/tests/utils/page/actions.ts:847:3) at openTimelineRequest (/home/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:78:3) at verifyPlacement (/home/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:91:24) at /home/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:163:9 at /home/runner/work/bruno/bruno/tests/auth/oauth1/oauth1-runner.spec.ts:162: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#L825
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 was detached from the DOM, retrying at tests\utils\page\actions.ts:825 823 | // Check if tab is directly visible 824 | if (await visibleTab.isVisible()) { > 825 | await visibleTab.click(); | ^ 826 | await expect(visibleTab).toContainClass('active'); 827 | return; 828 | } at D:\a\bruno\bruno\tests\utils\page\actions.ts:825:24 at selectPaneTab (D:\a\bruno\bruno\tests\utils\page\actions.ts:816:3) at selectResponsePaneTab (D:\a\bruno\bruno\tests\utils\page\actions.ts:847: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 (2.6m)
🎭 Playwright Run Summary
2 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 6 passed (3.8m)
🎭 Playwright Run Summary
1 flaky [auth] › tests\auth\oauth1\oauth1-runner.spec.ts:125:9 › OAuth 1.0 Runner › [bru] › Verify Add Params To placement via timeline 7 passed (3.2m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report-auth-linux
17.3 MB
sha256:ec5e657ad05f88473b57f12545fbd28d525fb9b56338353a21f3cd20609158d1
playwright-report-auth-macos
305 KB
sha256:1884925e4dc9ab56803b717e66a1059f8bcee22a1f909496e24fb7cb9dd3abc5
playwright-report-auth-windows
19.9 MB
sha256:b567126a267e7729ba41ac9bf61f185e89ec0ec1fcbeb33a512f1b5c90ed0872