You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changing the orientation with TestButler.setRotation doesn't
// landscape
TestButler.setRotation(Surface.ROTATION_90);
// Thread.sleep(5000); <-- this will fix it
isLandscapeLayoutVisible(); <-- this will fail if no Thread.sleep is placed after setRotation
// portrait
TestButler.setRotation(Surface.ROTATION_0);
The text was updated successfully, but these errors were encountered:
changing the orientation with
TestButler.setRotation
doesn'tThe text was updated successfully, but these errors were encountered: