Code review comment for lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/strokeColor

Revision history for this message
Tim Peeters (tpeeters) wrote :

Looks like tests are failing because for autopilot the buttons are no longer of type Button, so stuff like this fails:

        hide_actions_button = self.main_view.select_single(
            'Button',
            objectName='hide_actions_button')

I guess they are now Button11 (for 1.1, but when fixing the tests we should also verify that they still work when using 1.0).

« Back to merge proposal