mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-31 12:42:50 +08:00
CB-11656 (Android) Appium tests: Fixed side menu opening on some more resolutions
This commit is contained in:
parent
5807458a1d
commit
fee72c7c04
@ -121,9 +121,10 @@ describe('Camera tests Android.', function () {
|
|||||||
y: Math.round(screenHeight / 4)
|
y: Math.round(screenHeight / 4)
|
||||||
});
|
});
|
||||||
swipeRight
|
swipeRight
|
||||||
.press({x: 10, y: 100})
|
.press({x: 10, y: 150})
|
||||||
.wait(300)
|
.wait(300)
|
||||||
.moveTo({x: Math.round(screenWidth - (screenWidth / 8)), y: 0})
|
.moveTo({x: Math.round(screenWidth - (screenWidth / 8)), y: 0})
|
||||||
|
.wait(1500)
|
||||||
.release()
|
.release()
|
||||||
.wait(1000);
|
.wait(1000);
|
||||||
if (options.allowEdit) {
|
if (options.allowEdit) {
|
||||||
|
Loading…
Reference in New Issue
Block a user