Add Load and Activate Real Time Commands to SeqN #4659
Annotations
5 errors, 1 warning, and 1 notice
e2e-tests/tests/plan-external-source.test.ts#L1
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
Test timeout of 30000ms exceeded.
|
e2e-tests/fixtures/ExternalSources.ts#L117
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: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'Close' })
- locator resolved to <button class="st-button secondary">Close</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div aria-live="polite" class="toastify on st-typogra…>Derivation Group Disassociated Successfully</div> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div aria-live="polite" class="toastify on st-typogra…>Derivation Group Disassociated Successfully</div> intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div aria-live="polite" class="toastify on st-typogra…>Derivation Group Disassociated Successfully</div> intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div aria-live="polite" class="toastify on st-typogra…>Derivation Group Disassociated Successfully</div> intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div aria-live="polite" class="toastify on st-typogra…>Derivation Group Disassociated Successfully</div> intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div aria-live="polite" class="toastify on st-typogra…>Derivation Group Disassociated Successfully</div> intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div aria-live="polite" class="toastify on st-typogra…>Derivation Group Disassociated Successfully</div> intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div aria-live="polite" class="toastify on st-typogra…>Derivation Group Disassociated Successfully</div> intercepts pointer events
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div aria-live="polite" class="toastify on st-typogra…>Derivation Group Disassociated Successfully</div> intercepts pointer events
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div aria-live="polite" class="toastify on st-typogra…>Deriv
|
e2e-tests/tests/plan-external-source.test.ts#L172
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('New files matching source types and derivation groups in the current plan')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('New files matching source types and derivation groups in the current plan')
170 | await expect(
171 | page.getByText('New files matching source types and derivation groups in the current plan'),
> 172 | ).toBeVisible();
| ^
173 |
174 | await page.getByRole('button', { name: 'Dismiss' }).click();
175 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/plan-external-source.test.ts:172:7
|
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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
|
|
[e2e tests] › tests/scheduling.test.ts#L1
[e2e tests] › tests/scheduling.test.ts took 1.0m
|
|
The logs for this run have expired and are no longer available.
Loading