Fix missing radix when serializing relative time milliseconds #4713
test.yml
on: pull_request
unit-test
2m 23s
e2e-test
9m 33s
Annotations
1 error, 2 warnings, and 1 notice
[e2e tests] › tests/plan-external-source.test.ts:144:3 › Plan External Sources › Cards should be shown when a new external source is uploaded:
e2e-tests/fixtures/ExternalSources.ts#L91
1) [e2e tests] › tests/plan-external-source.test.ts:144:3 › Plan External Sources › Cards should be shown when a new external source is uploaded
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Derivation Test', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Derivation Test', exact: true })
at fixtures/ExternalSources.ts:91
89 | await this.page.getByRole('button', { name: 'Update' }).click();
90 | await this.page.getByRole('button', { name: 'Close' }).click();
> 91 | await expect(this.page.getByRole('button', { exact: true, name: sourceTypeName })).toBeVisible();
| ^
92 | }
93 |
94 | async selectEvent(eventName: string, sourceName: string = 'example-external-source.json') {
at ExternalSources.linkDerivationGroup (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/ExternalSources.ts:91:88)
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan-external-source.test.ts:154:5
|
unit-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e-test
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
[e2e tests] › tests/plan-external-source.test.ts:144:3 › Plan External Sources › Cards should be shown when a new external source is uploaded
178 passed (6.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
E2E Test Results
Expired
|
6.42 MB |
|
Unit Test Results
Expired
|
3.08 MB |
|