[14:37] After migrating to Ubuntu.Components 1.3, autopilot can no longer find "Label" in System Settings. Using the vis, it seems they are now called UCLabel? [14:38] Is this a known issue? [15:56] jgdx, interesting. Should have a look at the bugs and see [15:57] is a helper failing, or just your tests? And it's likely not an 'issue' so much as intended [15:57] i believe they are trying to use unique object names [16:07] balloons, a local helper (in system settings). [16:08] balloons, the recommendation from sdk team: do not use “Label” to find labels (if I read that right). [16:08] jgdx, ahh. Yea, so no bug for the ui-toolkit helpers (which I wouldn't expect to see, as they try and keep it updated) [16:08] prob not [16:10] but if people follow the “Good Example” from [1], they might fall into the same trap as me when migrating to 1.3. [1] https://developer.ubuntu.com/api/autopilot/python/1.5.0/guides-good_tests/ [18:28] jgdx, specifically what on that page? [20:39] balloons, save_button = self.select_single('Button', objectName='btnSave') for example. When using the uitk the Button name isn't API [20:39] or so I'm told [20:42] would they rather see self.select_single(objectName='btnSave') or something else