From e316e32808d7dbe95fa4858e67cac2d68bc025e7 Mon Sep 17 00:00:00 2001 From: Marcel Kinard Date: Mon, 25 Aug 2014 15:28:44 -0400 Subject: [PATCH] CB-6958 Get the correct default for "quality" in the test --- tests/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.js b/tests/tests.js index 3388da8..48d5ff5 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -85,7 +85,7 @@ exports.defineManualTests = function (contentEl, createActionButton) { var pageStartTime = +new Date(); //default camera options - var camQualityDefault = ['quality value', 50]; + var camQualityDefault = ['50', 50]; var camDestinationTypeDefault = ['FILE_URI', 1]; var camPictureSourceTypeDefault = ['CAMERA', 1]; var camAllowEditDefault = ['allowEdit', false];