## main code test
# on front end, from `Search Box` placed in sidebar, make search by keyword 'Home'
# confirm, that relevant results appears displaying `Home` category only
# make change in the `/themes/advanced/platform/elements/content_boxes/search_results.elm.tpl` - rename `list_name` parameter in the `c_ListCategories` tag to `name`
# make refresh on page with search results
# confirm that search results are not relevant to `Home` keyword, contains many categories, not only `Home` category
## visits code test
# ensure debug mode is enabled
# go to {nav User Management > Users}, create some user
# go to {nav E-commerce > Afiliates}, create new affiliate with same user, entered in `Username` field
# go to {nav User Management > Users}, select same user in the grid and press `Login As` button in toolbar
# confirm that front-end page is opened
# click on `Affiliate` link in the `My Account` sidebar section
# confirm that `Affiliate Program` page is opened
# click on `Affiliate Statistics` link in the main page part
# confirm that `Affiliate Statistics` page is opened
# click on `Details` link in the `Total Visitors` row
# confirm that `Visitor Statistics` page is opened, and no sql error happened
# make change in the `/themes/advanced/in-commerce/my_account/affiliate/affiliate_statistics_visits_list.tpl` - rename `list_name` parameter in the `visits_PrintList` tag to `name`
# make refresh on `Visitor Statistics` page
# confirm that sql error `Unknown column 'au.PortalUserId' in 'where clause'` happened