Skip to content

Conversation

@pawlakadrian
Copy link
Contributor

@pawlakadrian pawlakadrian commented Oct 14, 2025

🎫 Issue IBX-10529

Related PRs:

ibexa/admin-ui#1739

Description:

This PR is to address regression issues caused by enabling the help center by default.
An additional setup is added to disable the help center in the user settings.

For QA:

Documentation:

@pawlakadrian
Copy link
Contributor Author

pawlakadrian commented Oct 15, 2025

Regression:
Commerce: ibexa/commerce#1543 (there is few probably random failures and problems with tokens, but on some failure screen we can see that provided solution to disable help center is working fine)
Experience: ibexa/experience#555
Headless: https://github.com/ibexa/headless/actions/runs/18527687348

- Ibexa\Discounts\Behat\Context\DiscountsInStorefrontContext
- Ibexa\DiscountsCodes\Behat\Context\DiscountsCodesInStorefrontContext
- Ibexa\ActivityLog\Behat\Context\ActivityLogContext
- Ibexa\ActivityLog\Behat\Context\ActivityLogContext
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add new line here an the end of the file

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, fixed all new line's

behat_suites.yml Outdated
- Ibexa\AdminUi\Behat\BrowserContext\UserPreferencesContext
- Ibexa\AdminUi\Behat\BrowserContext\NavigationContext
- Ibexa\Behat\Browser\Context\AuthenticationContext
- Ibexa\AdminUi\Behat\BrowserContext\ContentActionsMenuContext
Copy link
Contributor

Choose a reason for hiding this comment

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

As above - please add new line here an the end of the file

And I'm on Content view Page for root
And I go to user settings
And I disable Help center
Then I perform the "Save and close" action No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

As above - please add new line here an the end of the file

Comment on lines 9 to 10
And I disable Help center
Then I perform the "Save and close" action No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

There’s a missing step to verify whether the click actually worked. Your last step is saving without any validation. If the button is clicked but nothing happens, your test will still pass as successful even though it’s not working properly.

Suggested change
And I disable Help center
Then I perform the "Save and close" action
When I disable Help center
And I perform the "Save and close" action
Then Help center is disabled

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch! I added additional step for that one

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants