On Wed, Nov 6, 2013 at 10:29 AM, Michał Sawicz <michal.saw...@canonical.com>wrote:
> On 06.11.2013 09:40, Olivier Tilloy wrote: > >> On Wed, Nov 6, 2013 at 5:51 AM, Paul Larson <paul.lar...@canonical.com >> <mailto:paul.lar...@canonical.com>> wrote: >> Those failures are due to the new default behaviour of the toolbar >> (shown by default, automatically hides after 5 seconds). >> Previously it was hidden by default, so the tests would reveal it and >> then interact with it. The new behaviour introduces a lot of potential >> race conditions on desktop/slow configurations where autopilot sees the >> toolbar up, starts moving the cursor towards one of its buttons, but >> before it reaches it the toolbar has started automatically hiding and >> when the cursor reaches the position where the button was it’s no longer >> there. >> The solution is to first ensure that the toolbar is hidden, then reveal >> it, and then click the button (when manually revealed, the toolbar won’t >> autohide). >> I fixed the most obvious ones already, but others will surface with >> time, so we’ll have to fix them as they come. >> > > We just need an emulator for the toolbar to be shipped with the UITK suite > to prevent such things. Well there is an emulator already, it provides methods such as open_toolbar(), close_toolbar(), and click_button(). I’m not sure how the new default behaviour of the toolbar could be made transparent to test authors through an emulator.
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp