fix(Jobs): fixed filter by job state, now it's correctly applying from URL [#775] #2481
ci-e2e.yaml
on: pull_request
Annotations
4 errors, 5 warnings, and 1 notice
[chromium] › pages/query-tracker.spec.ts:67:5 › @QueryTracker: Click on a new query button should reset current query:
packages/ui/tests/e2e/pages/query-tracker.spec.ts#L75
1) [chromium] › pages/query-tracker.spec.ts:67:5 › @QueryTracker: Click on a new query button should reset current query
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /\/queries\/?$/gm
Received string: "http://epd960lgngg7ag39b1pk:8001/ui/queries/1f5a78db-522f8c68-2451b618-6f34a54a"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/1f5a78db-522f8c68-2451b618-6f34a54a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/1f5a78db-522f8c68-2451b618-6f34a54a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/1f5a78db-522f8c68-2451b618-6f34a54a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/1f5a78db-522f8c68-2451b618-6f34a54a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/1f5a78db-522f8c68-2451b618-6f34a54a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/1f5a78db-522f8c68-2451b618-6f34a54a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/1f5a78db-522f8c68-2451b618-6f34a54a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/1f5a78db-522f8c68-2451b618-6f34a54a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/1f5a78db-522f8c68-2451b618-6f34a54a"
73 | await queryTrackerPage.clickOnNewQueryButton();
74 | await queryTrackerPage.isQueryResultTableHide();
> 75 | await expect(page).toHaveURL(new RegExp(/\/queries\/?$/gm));
| ^
76 | });
77 |
78 | test('@QueryTracker: Click on the new query button in the queries widget should reset to the current query', async ({
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/e2e/pages/query-tracker.spec.ts:75:24
|
[chromium] › pages/query-tracker.spec.ts:67:5 › @QueryTracker: Click on a new query button should reset current query:
packages/ui/tests/e2e/pages/query-tracker.spec.ts#L75
1) [chromium] › pages/query-tracker.spec.ts:67:5 › @QueryTracker: Click on a new query button should reset current query
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /\/queries\/?$/gm
Received string: "http://epd960lgngg7ag39b1pk:8001/ui/queries/718f00de-ca6792b3-a744cb3c-89795d1"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/718f00de-ca6792b3-a744cb3c-89795d1"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/718f00de-ca6792b3-a744cb3c-89795d1"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/718f00de-ca6792b3-a744cb3c-89795d1"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/718f00de-ca6792b3-a744cb3c-89795d1"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/718f00de-ca6792b3-a744cb3c-89795d1"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/718f00de-ca6792b3-a744cb3c-89795d1"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/718f00de-ca6792b3-a744cb3c-89795d1"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/718f00de-ca6792b3-a744cb3c-89795d1"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/718f00de-ca6792b3-a744cb3c-89795d1"
73 | await queryTrackerPage.clickOnNewQueryButton();
74 | await queryTrackerPage.isQueryResultTableHide();
> 75 | await expect(page).toHaveURL(new RegExp(/\/queries\/?$/gm));
| ^
76 | });
77 |
78 | test('@QueryTracker: Click on the new query button in the queries widget should reset to the current query', async ({
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/e2e/pages/query-tracker.spec.ts:75:24
|
[chromium] › pages/query-tracker.spec.ts:67:5 › @QueryTracker: Click on a new query button should reset current query:
packages/ui/tests/e2e/pages/query-tracker.spec.ts#L75
1) [chromium] › pages/query-tracker.spec.ts:67:5 › @QueryTracker: Click on a new query button should reset current query
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /\/queries\/?$/gm
Received string: "http://epd960lgngg7ag39b1pk:8001/ui/queries/73e0046b-3e7f60f4-4b4d27ee-8ce5f763"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/73e0046b-3e7f60f4-4b4d27ee-8ce5f763"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/73e0046b-3e7f60f4-4b4d27ee-8ce5f763"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/73e0046b-3e7f60f4-4b4d27ee-8ce5f763"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/73e0046b-3e7f60f4-4b4d27ee-8ce5f763"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/73e0046b-3e7f60f4-4b4d27ee-8ce5f763"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/73e0046b-3e7f60f4-4b4d27ee-8ce5f763"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/73e0046b-3e7f60f4-4b4d27ee-8ce5f763"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/73e0046b-3e7f60f4-4b4d27ee-8ce5f763"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://epd960lgngg7ag39b1pk:8001/ui/queries/73e0046b-3e7f60f4-4b4d27ee-8ce5f763"
73 | await queryTrackerPage.clickOnNewQueryButton();
74 | await queryTrackerPage.isQueryResultTableHide();
> 75 | await expect(page).toHaveURL(new RegExp(/\/queries\/?$/gm));
| ^
76 | });
77 |
78 | test('@QueryTracker: Click on the new query button in the queries widget should reset to the current query', async ({
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/e2e/pages/query-tracker.spec.ts:75:24
|
E2E for 'Local'
Process completed with exit code 1.
|
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 26.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 failed
[chromium] › pages/query-tracker.spec.ts:67:5 › @QueryTracker: Click on a new query button should reset current query
49 passed (2.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
local_test-results
|
745 KB |
|