User tests: Successful: Unsuccessful:
With #48144 there was a new System Test added to test the Smart Searches Index. But if Debug System is enabled, Components > Smart Search > Index needs one click more to open first Index menu dropdown and before clicking the Index menu entry. Currently the System test fails. This is already up-merged into 6.1-dev branch and there we have the same situation, current System Test is only passed with Debug System: No.
You need a full Git-cloned development environment with the ability to run System Tests first for 5.4-dev and second for 6.1-dev branch. Then you can run the System Test with:
npx cypress run --spec tests/System/integration/administrator/components/com_finder/Index.cy.js
If Debug System is enabled the test 'can index content' fails either in 5.4 or in 6.1.
Apply PR in 5.4-dev branch and run System Test first with Debug System enabled and secod with Debug System disabled
Copy over the file tests/System/integration/administrator/components/com_finder/Index.cy.js into your 6.1-dev branch.
Independent from Debug System enabled or disabled the System Test passed in 5.4-dev and 6.1-dev branch.
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | JavaScript Unit Tests |
I have tested this item ✅ successfully on 9aa8cb6
I have tested this item ✅ successfully on 9aa8cb6
@alikon and @tecpromotion as you have already worked on this System Test, may I ask you for testing? Thank you in advance.