Pull Requests for Data #12940
Annotations
3 errors, 2 warnings, and 1 notice
Playwright run:
webui/test/e2e/common/quickstart.spec.ts#L1
1) [quickstart] › common/quickstart.spec.ts:104:9 › Quickstart › pull requests ───────────────────
Test timeout of 30000ms exceeded.
|
Playwright run:
webui/test/e2e/poms/repositoryPage.ts#L39
1) [quickstart] › common/quickstart.spec.ts:104:9 › Quickstart › pull requests ───────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'branch-for-pull-1' })
at poms/repositoryPage.ts:39
37 | async switchBranch(name: string): Promise<void> {
38 | await this.page.getByRole("button", { name: "branch: " }).click();
> 39 | await this.page.getByRole("button", { name }).click();
| ^
40 | }
41 |
42 | // file manipulation operations
at RepositoryPage.switchBranch (/home/runner/work/lakeFS/lakeFS/webui/test/e2e/poms/repositoryPage.ts:39:51)
at /home/runner/work/lakeFS/lakeFS/webui/test/e2e/common/quickstart.spec.ts:115:9
|
Playwright run
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/upload-artifact@v3, actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "generated-code", "lakefs-hadoopfs", "playwright-report", "spark-apps".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Playwright run
1 failed
[quickstart] › common/quickstart.spec.ts:104:9 › Quickstart › pull requests ────────────────────
10 passed (1.0m)
|
Loading