We are using a view, sent when a user adds an item to basket, which triggers a recommendation modificaiton in an A/B test.
However, the changes in the recommendation design are only being applied on the first view. Any subsequent views do not trigger the changes made in the recommendations design.
I am certain the view trigger is working as it works on the first event. We have also applied CSS changes via the custom code modification and these are also firing on subsequent views, however the recommendations design does not fire more than once.
Is this behaviour expected? Or should I be able to trigger the recommendations design multiple times?