Introduce delay and expand path matching on Backoffice router for lazy-loaded routes#19409
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Azure Pipelines / Umbraco CMS 9+
failed
May 26, 2025 in 31m 29s
Build #16.0.0--rc4.preview.281+4e3c813 had test failures
Details
- Failed: 1 (0.01%)
- Passed: 15,670 (99.50%)
- Other: 77 (0.49%)
- Total: 15,748
Annotations
Check failure on line 235 in Build log
azure-pipelines / Umbraco CMS 9+
Build log #L235
PowerShell exited with code '1'.
Check failure on line 1 in can create content with the document link
azure-pipelines / Umbraco CMS 9+
can create content with the document link
ContentWithMultiURLPicker.spec.ts:20:5 can create content with the document link
Raw output
[chromium] › DefaultConfig\Content\ContentWithMultiURLPicker.spec.ts:20:5 › can create content with the document link @smoke
Test timeout of 30000ms exceeded.
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Save', { exact: true })
- locator resolved to <button id="button" aria-label="Save">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <umb-backoffice-modal-container></umb-backoffice-modal-container> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <umb-backoffice-modal-container></umb-backoffice-modal-container> intercepts pointer events
- retrying click action
- waiting 100ms
38 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <umb-backoffice-modal-container></umb-backoffice-modal-container> intercepts pointer events
- retrying click action
- waiting 500ms
42 | await umbracoUi.content.clickChooseModalButton();
43 | await umbracoUi.content.clickAddButton();
> 44 | await umbracoUi.content.clickSaveButton();
| ^
45 |
46 | // Assert
47 | //await umbracoUi.content.isSuccessNotificationVisible();
at ContentUiHelper.clickSaveButton (D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\node_modules\@umbraco\playwright-testhelpers\lib\helpers\UiBaseLocators.ts:350:24)
at D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\tests\DefaultConfig\Content\ContentWithMultiURLPicker.spec.ts:44:3
attachment #1: trace (application/zip) ─────────────────────────────────────────────────────────
results\DefaultConfig-Content-Cont-6dc69-tent-with-the-document-link-chromium\trace.zip
Usage:
npx playwright show-trace results\DefaultConfig-Content-Cont-6dc69-tent-with-the-document-link-chromium\trace.zip
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Save', { exact: true })
- locator resolved to <button id="button" aria-label="Save">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <umb-backoffice-modal-container></umb-backoffice-modal-container> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <umb-backoffice-modal-container></umb-backoffice-modal-container> intercepts pointer events
- retrying click action
- waiting 100ms
34 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <umb-backoffice-modal-container></umb-backoffice-modal-container> intercepts pointer events
- retrying click action
- waiting 500ms
42 | await umbracoUi.content.clickChooseModalButton();
43 | await umbracoUi
Loading