mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-04-15 21:56:05 +08:00
CB-6958 Get the correct default for "quality" in the test
This commit is contained in:
parent
5b84c38a43
commit
e9a834955c
@ -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…
x
Reference in New Issue
Block a user