diff options
Diffstat (limited to 'common/tests/functional')
-rw-r--r-- | common/tests/functional/testCommands.js | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/common/tests/functional/testCommands.js b/common/tests/functional/testCommands.js index 62eefa5c..60fc7b8f 100644 --- a/common/tests/functional/testCommands.js +++ b/common/tests/functional/testCommands.js @@ -483,7 +483,24 @@ var tests = { sanitize: { // Skip details for now. completions: [ - "", + ["", function (context) ["all", + "cache", + "downloads", + "formdata", + "offlineapps", + "passwords", + "sessions", + "cookies", + "history", + "host", + "sitesettings", + "commandline", + "messages", + "macros", + "marks", + "options" + ].every(function (item) context.allItems.items.some(function ({ text }) item == text)) + ], "-", "-host=", "-timespan=" |