CB-11656 (Android) Appium tests: Fixed side menu opening on some more resolutions

This commit is contained in:
Alexander Sorokin 2016-08-02 18:11:19 +03:00
parent 5807458a1d
commit fee72c7c04

View File

@ -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) {