fix(OAuth): fix redirect to previous page instead of / #2371
ci-e2e.yaml
on: pull_request
Annotations
1 error, 10 warnings, and 3 notices
[chromium] › pages/query-tracker.spec.ts:78:5 › @QueryTracker: Click on the new query button in the queries widget should reset to the current query:
packages/ui/tests/e2e/pages/query-tracker.spec.ts#L97
1) [chromium] › pages/query-tracker.spec.ts:78:5 › @QueryTracker: Click on the new query button in the queries widget should reset to the current query
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "USE `ui`;
SELECT
`key`, `value`, `empty`
FROM `//tmp/e2e.2024-12-17.17:02:07.nxzm9z/static-table`
LIMIT 50;"
95 | const resetQueryText = await queryTrackerPage.getQueryText();
96 |
> 97 | await expect(resetQueryText).toBe(queryText);
| ^
98 | });
99 |
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/e2e/pages/query-tracker.spec.ts:97:34
|
Start VM
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build docker image
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build docker image
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts#L1
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts took 29.1s
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts#L1
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts took 29.3s
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation/navigation.table.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/navigation/navigation.table.base.screen.ts took 20.2s
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation/navigation.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/navigation/navigation.base.screen.ts took 16.9s
|
Slow Test:
packages/ui/tests/[chromium] › pages/bundles/bundles.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/bundles/bundles.base.screen.ts took 16.9s
|
Slow Test:
packages/ui/tests/[chromium] › pages/components/components.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/components/components.base.screen.ts took 15.8s
|
Stop VM
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 flaky
[chromium] › pages/query-tracker.spec.ts:78:5 › @QueryTracker: Click on the new query button in the queries widget should reset to the current query
49 passed (2.3m)
|
🎭 Playwright Run Summary
50 passed (2.2m)
|
🎭 Playwright Run Summary
38 passed (1.9m)
|