From bbcb541ae481134b4adb063544414682fbcb835c Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Fri, 27 Dec 2024 07:06:23 +0100 Subject: [PATCH] Use correct name in Browsertime: userTimingAllowList instead of whitelist (#4346) --- lib/cli/cli.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/cli/cli.js b/lib/cli/cli.js index eeaa6b979e..0fed7af4cf 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -616,10 +616,10 @@ export async function parseCommandLine() { 'Show all screenshots in the filmstrip, independent if they have changed or not.', group: 'Filmstrip' }) - .option('browsertime.userTimingWhitelist', { - alias: 'userTimingWhitelist', + .option('browsertime.userTimingAllowList', { + alias: 'userTimingAllowList', describe: - 'This option takes a regex that will whitelist which userTimings to capture in the results. All userTimings are captured by default. T', + 'This option takes a regex that will whitelist which userTimings to capture in the results. All userTimings are captured by default.', group: 'Browser' }) .option('axe.enable', {