feat(but): add sign-on-push functionality to but CLI #16983
test-e2e-playwright.yml
on: pull_request
e2e-playwright
8m 6s
Annotations
1 error, 1 warning, and 1 notice
|
[chromium] › playwright/tests/moveBranch.spec.ts:76:1 › move branch to the middle of other stack:
e2e/playwright/tests/moveBranch.spec.ts#L92
1) [chromium] › playwright/tests/moveBranch.spec.ts:76:1 › move branch to the middle of other stack
Error: expect(locator).toHaveCount(expected) failed
Locator: getByTestId('stack')
Expected: 3
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for getByTestId('stack')
9 × locator resolved to 0 elements
- unexpected value "0"
90 |
91 | let stacks = page.getByTestId("stack");
> 92 | await expect(stacks).toHaveCount(3);
| ^
93 | const stack1 = stacks.filter({ hasText: "branch1" });
94 | await stack1.isVisible();
95 | const stack2 = stacks.filter({ hasText: "branch2" });
at /__w/gitbutler/gitbutler/e2e/playwright/tests/moveBranch.spec.ts:92:23
|
|
e2e-playwright
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, eviden-actions/get-playwright-version@4ab3bd9361d018d7931275b5106f2290fa54cfb6, pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061, Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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
1 flaky
[chromium] › playwright/tests/moveBranch.spec.ts:76:1 › move branch to the middle of other stack
44 passed (3.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
65.5 MB |
sha256:f1cd9ca9f53776b5fbe870bdd686aa88afbce836a849a80a06e78a567da396fb
|
|