1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00

PCMark: Editing the screen orientation

Some devices have proved to have a natural orientation
that does not lend itself well to this workload. Therefore
I have edited the orientation lock to portrait instead of
natural.
This commit is contained in:
scojac01 2019-11-22 14:22:49 +00:00 committed by Marc Bonnici
parent 07e47de807
commit 683eec2377
2 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class UiAutomation extends BaseUiAutomation {
@Test
public void setup() throws Exception{
dismissAndroidVersionPopup();
setScreenOrientation(ScreenOrientation.NATURAL);
setScreenOrientation(ScreenOrientation.PORTRAIT);
loadBenchmarks();
installBenchmark();
}