Bug 1599160 - Wait for less zoom messages in a DAMP test. r=nchevobbe,perftest-reviewers,sparky

DAMP refreshes the page that it loads, and it bypasses the caches, but
we still coalesce in-progress loads, so it's expected to see less of
this.

This actually caught another issue, that I'm fixing in bug 1645180.

Differential Revision: https://phabricator.services.mozilla.com/D79352
This commit is contained in:
Emilio Cobos Álvarez 2020-06-15 13:53:46 +00:00
parent 6671be81dd
commit 88493a8db6

View File

@ -18,7 +18,7 @@ const { AppConstants } = require("resource://gre/modules/AppConstants.jsm");
const EXPECTED_MESSAGES = [
{
text: `This page uses the non standard property “zoom”`,
count: isFissionEnabled() ? 2 : 4,
count: isFissionEnabled() ? 1 : 2,
visibleWhenFissionEnabled: true,
},
{