gecko-dev/testing/firefox-ui
Henrik Skupin 350d41d533 Bug 1372205 - Fix AutocompleteResults.visible_results() to only return visible items. r=mak
Instead of 'itemCount' the 'maxResults' property of the autocomplete popup
has to be used, because it doens't get increased similar to 'itemCount' but
stays the same all the time.

Further we cannot do an equal check in the puppeteer unit test but only do
a check for 0 < visible results <= maxResults, to ensure that items are
visible. Using the dot instead, should also give us more and more accurate
results across different locales.

MozReview-Commit-ID: KZEhq87kvx7

--HG--
extra : rebase_source : f429730d3f4a8da28b481b42c916145ae82e6bb5
2017-06-12 17:54:17 +02:00
..
harness Bug 1362051 - Update tests have to set MOZ_MARIONETTE environment variable. r=ato,maja_zf 2017-05-04 22:10:50 +02:00
resources Bug 1367780 - Additional changes for eslint on testing/firefox-ui,mozbase,profiles,specialpowers; r=Standard8 2017-05-30 16:06:31 -06:00
tests Bug 1372205 - Fix AutocompleteResults.visible_results() to only return visible items. r=mak 2017-06-12 17:54:17 +02:00
.flake8 Bug 1274167 - Add Linter(flake8) support for Firefox-ui and Puppeteer.r=whimboo 2016-08-15 02:16:18 +05:30
mach_commands.py Bug 1302364 - Include firefox-ui and puppeteer in all-tests.json, and allow to run tests via "mach test". r=gps 2016-09-21 10:31:05 +02:00
moz.build Bug 1319705 - Move Puppeteer to testing/marionette and make it available for Marionette tests in test packages. r=gps 2016-11-24 17:02:52 +01:00