Code review comment for lp:~robru/cordova-ubuntu-tests/keep-screen-on

Revision history for this message
VĂ­ctor R. Ruiz (vrruiz) wrote :

This tests should also work on the desktop, where Touch is not available. Use this instead:

    @property
    def pointer(self):
        """ Return pointer """
        return Pointer(self.input_device_class.create())

review: Needs Fixing

« Back to merge proposal