Skip to content

SUP-19876: Fix the regression of missing content staging status icons - #822

Merged
deckdom merged 4 commits into
hotfix-6.3.xfrom
hotfix-6.3.x-sup-19876
Jul 8, 2026
Merged

SUP-19876: Fix the regression of missing content staging status icons#822
deckdom merged 4 commits into
hotfix-6.3.xfrom
hotfix-6.3.x-sup-19876

Conversation

@plyhun

@plyhun plyhun commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@plyhun
plyhun requested a review from deckdom June 25, 2026 12:35
});


test.describe('Content Staging', () => {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As usual, the UT won't work until the fix is released and packed into the container.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can run the tests locally, with full UI to test with npm run e2e editor-ui -- --ui

const folderItems = await folderList.locator('item-list-row').all();
for (const item of folderItems) {
await expect(item.locator('.status-label icon')).toBeVisible();
await expect(item.locator('.status-label')).toHaveText('Nicht beinhaltet');

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never test against text values like this, as this is a translation string, and would break if the language is different.
Already the case, since on default the tests will be run in English as UI language.

Use classes or other identifiers to determine the state.
If you need some/they aren't present, simply add them.

@deckdom
deckdom merged commit e82c0d3 into hotfix-6.3.x Jul 8, 2026
@deckdom
deckdom deleted the hotfix-6.3.x-sup-19876 branch July 8, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants