I have a canvas app and my QA team is trying to write UI tests to automate the app user scenarios. My first page is a list page with 2 galleries. This was controlled by a toggle button. But now I need to offer two filters on one of the galleries. So I added a combobox to show 3 options. And if one option is chosen then one list shows up. Otherwise if option 2 or 3 are chosen the first list will appear with a filter of one or another set of data to keep users from hitting the 2000 limit.
When I changed the UI from a toggle to a combobox my UI tester informs me that on the next page the xpaths are now changed and in one case showing up 30 times instead of just once. Is there a way to control this or at least debug this.
The monitor before was only showing 4 actions when I clicked the button to get to the second page and to select the item in question.

However after adding the comboBox I get this in the monitor for the same two clicks. Not sure how to stop lookups and refreshes to happen when I am not even on that page. Any help is appreciated.
