[Merge] lp:~rpadovani/webbrowser-app/no-duplicates-address-bar into lp:webbrowser-app
Olivier Tilloy
olivier.tilloy at canonical.com
Mon Sep 21 20:00:18 UTC 2015
Without looking further into the failures, my guess is that with your changes the suggestions are instantiated but not displayed. Autopilot, if not explicitly instructed to do so, will return all matching objects, regardless of whether they are visible or not.
If my guess is correct, there are two possible approaches here:
- ensure that only exactly the required number of suggestions is instantiated
- modify the autopilot emulator to query for only *visible* suggestions (have a look at tests/autopilot/webbrowser_app/emulators/browser.py around line 350)
--
https://code.launchpad.net/~rpadovani/webbrowser-app/no-duplicates-address-bar/+merge/262586
Your team Ubuntu Phablet Team is subscribed to branch lp:webbrowser-app.
More information about the Ubuntu-reviews
mailing list