mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01: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:
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);
|
||||
|
Reference in New Issue
Block a user