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:
parent
fe58245843
commit
5018a1ec94
Binary file not shown.
@ -67,8 +67,8 @@ public class UiAutomation extends UxPerfUiAutomation {
|
||||
registerWatcher("pageSyncPopUp", pageSyncPopUpWatcher);
|
||||
runWatchers();
|
||||
|
||||
gesturesTest();
|
||||
selectChapter(chapterPageNumber);
|
||||
gesturesTest();
|
||||
addNote(noteText);
|
||||
removeNote();
|
||||
searchForWord(searchWord);
|
||||
|
Loading…
x
Reference in New Issue
Block a user