mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-18 19:22:51 +08:00
CB-6958 Get the correct default for "quality" in the test
This commit is contained in:
parent
8e1e5c8550
commit
e316e32808
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user