1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 10:11:17 +00:00

GooglePlayBooks: Reorder so that the gesture test happens after selecting a known chapter in the book. Previously the gestures could happen on any random page thus making the results not neccessarily comparable to another run.

This commit is contained in:
Michael McGeagh 2016-09-20 10:10:21 +01:00
parent fe58245843
commit 5018a1ec94
2 changed files with 1 additions and 1 deletions

View File

@ -67,8 +67,8 @@ public class UiAutomation extends UxPerfUiAutomation {
registerWatcher("pageSyncPopUp", pageSyncPopUpWatcher);
runWatchers();
gesturesTest();
selectChapter(chapterPageNumber);
gesturesTest();
addNote(noteText);
removeNote();
searchForWord(searchWord);