Thursday, April 25, 2024
1 change · saas-17.2
Code cleanup and technical improvements
This change reorganizes an internal test helper used by the web search area, placing it in a more appropriate shared test location while keeping existing access points available. It has no direct effect on end users, but it helps developers maintain and reuse search-related tests more consistently.
Original PR description
This commit moves the test helper `mountWithSearch` to the file `_framework/search_test_helpers` and re-exports it from the file `web_test_helpers`