Skip to content

Removed the item id from the element and changed css and sorter logic…

8a6345f
Select commit
Loading
Failed to load commit list.
Open

Culture and Hostnames: Add ability to sort hostnames (closes #20691) #20826

Removed the item id from the element and changed css and sorter logic…
8a6345f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Umbraco CMS 9+ failed Nov 14, 2025 in 34m 5s

Build #17.1.0--rc.preview.110+16eb016 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 17,034 (99.54%)
  • Other: 77 (0.45%)
  • Total: 17,112

Annotations

Check failure on line 292 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Umbraco CMS 9+

Build log #L292

PowerShell exited with code '1'.

Check failure on line 1 in can add a culture

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Umbraco CMS 9+

can add a culture

CultureAndHostnames.spec.ts:35:5 can add a culture
Raw output
  [defaultConfig] › DefaultConfig\Content\CultureAndHostnames.spec.ts:35:5 › can add a culture @smoke 

    Error: expect(locator).toBeVisible() failed

    Locator: locator('[headline="Culture"]').getByLabel('combobox-input')
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for locator('[headline="Culture"]').getByLabel('combobox-input')


      37 |   await umbracoUi.content.clickActionsMenuForContent(contentName);
      38 |   await umbracoUi.content.clickCultureAndHostnamesActionMenuOption();
    > 39 |   await umbracoUi.content.selectCultureLanguageOption(languageName);
         |                           ^
      40 |   await umbracoUi.content.clickSaveModalButton();
      41 |
      42 |   // Assert
        at ContentUiHelper.selectCultureLanguageOption (D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\node_modules\@umbraco\playwright-testhelpers\lib\helpers\ContentUiHelper.ts:568:51)
        at D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\tests\DefaultConfig\Content\CultureAndHostnames.spec.ts:39:27

    Error Context: ..\results\DefaultConfig-Content-CultureAndHostnames-can-add-a-culture-defaultConfig\error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ..\results\DefaultConfig-Content-CultureAndHostnames-can-add-a-culture-defaultConfig\trace.zip
    Usage:

        npx playwright show-trace ..\results\DefaultConfig-Content-CultureAndHostnames-can-add-a-culture-defaultConfig\trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: locator('[headline="Culture"]').getByLabel('combobox-input')
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for locator('[headline="Culture"]').getByLabel('combobox-input')


      37 |   await umbracoUi.content.clickActionsMenuForContent(contentName);
      38 |   await umbracoUi.content.clickCultureAndHostnamesActionMenuOption();
    > 39 |   await umbracoUi.content.selectCultureLanguageOption(languageName);
         |                           ^
      40 |   await umbracoUi.content.clickSaveModalButton();
      41 |
      42 |   // Assert
        at ContentUiHelper.selectCultureLanguageOption (D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\node_modules\@umbraco\playwright-testhelpers\lib\helpers\ContentUiHelper.ts:568:51)
        at D:\a\1\s\tests\Umbraco.Tests.AcceptanceTest\tests\DefaultConfig\Content\CultureAndHostnames.spec.ts:39:27

    Error Context: ..\results\DefaultConfig-Content-CultureAndHostnames-can-add-a-culture-defaultConfig-retry1\error-context.md

    attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
    ..\results\DefaultConfig-Content-CultureAndHostnames-can-add-a-culture-defaultConfig-retry1\trace.zip
    Usage:

        npx playwright show-trace ..\results\DefaultConfig-Content-CultureAndHostnames-can-add-a-culture-defaultConfig-retry1\trace.zip

    ────────────────────────────────────────────────────────────────────────────────────────────────

    Retry #2 ───────────────────────────────────────────────────────────────────────────────────────

    Error: expect(locator).toBeVisible() failed

    Locator: locator('[headline="Culture"]').getByLabel('combobox-input')
    Expected: visible
    Timeout: 5000ms
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 5000ms
      - waiting for locator('[headline="Culture"]').getByLabel('combobox-input')


      37 |   await umbracoUi.content.clickActionsMenuForContent(contentName);
      38 |   await umbracoUi.content.clickCultureAndHostnamesActionMenuOption()