Test #11746
Annotations
3 errors, 2 warnings, and 1 notice
Playwright run:
webui/test/e2e/common/setup.spec.ts#L1
1) [common-setup] › common/setup.spec.ts:39:9 › Setup Page › successfully submiting the form ─────
Test timeout of 30000ms exceeded.
|
Playwright run:
webui/test/e2e/common/setup.spec.ts#L59
1) [common-setup] › common/setup.spec.ts:39:9 › Setup Page › successfully submiting the form ─────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
57 | const loginPage = new LoginPage(loginTab);
58 | await loginPage.doLogin(credentials.accessKeyId, credentials.secretAccessKey);
> 59 | await loginTab.waitForURL(/.*\/repositories/);
| ^
60 | const repositoriesPage = new RepositoriesPage(loginTab);
61 | await expect(repositoriesPage.noRepositoriesTitleLocator).toBeVisible();
62 |
at /home/runner/work/lakeFS/lakeFS/webui/test/e2e/common/setup.spec.ts:59:24
|
Playwright run
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3, actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
[common-setup] › common/setup.spec.ts:39:9 › Setup Page › successfully submiting the form ──────
7 did not run
5 passed (38.4s)
|
Loading