jgdx | 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:37 |
---|---|---|
jgdx | Is this a known issue? | 14:38 |
balloons | jgdx, interesting. Should have a look at the bugs and see | 15:56 |
balloons | is a helper failing, or just your tests? And it's likely not an 'issue' so much as intended | 15:57 |
balloons | i believe they are trying to use unique object names | 15:57 |
jgdx | balloons, a local helper (in system settings). | 16:07 |
jgdx | balloons, the recommendation from sdk team: do not use “Label” to find labels (if I read that right). | 16:08 |
balloons | 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 |
jgdx | prob not | 16:08 |
jgdx | 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/ | 16:10 |
balloons | jgdx, specifically what on that page? | 18:28 |
jgdx | balloons, save_button = self.select_single('Button', objectName='btnSave') for example. When using the uitk the Button name isn't API | 20:39 |
jgdx | or so I'm told | 20:39 |
balloons | would they rather see self.select_single(objectName='btnSave') or something else | 20:42 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!