Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Right now the tests are named like this:
camera.ui.spec.5.22 Combining options
which makes it really hard to understand which options of camera.getPicture() function were used.
Suggested improvement is to add options description to the spec like this:
camera.ui.spec.5.22 Combining options. sourceType: CAMERA, destinationType: FILE_URI, encodingType: PNG, allowEdit: true, correctOrientation: false