mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 03:35:10 +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)
|
||||
});
|
||||
swipeRight
|
||||
.press({x: 10, y: 100})
|
||||
.press({x: 10, y: 150})
|
||||
.wait(300)
|
||||
.moveTo({x: Math.round(screenWidth - (screenWidth / 8)), y: 0})
|
||||
.wait(1500)
|
||||
.release()
|
||||
.wait(1000);
|
||||
if (options.allowEdit) {
|
||||
|
Loading…
Reference in New Issue
Block a user