mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +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);
|
registerWatcher("pageSyncPopUp", pageSyncPopUpWatcher);
|
||||||
runWatchers();
|
runWatchers();
|
||||||
|
|
||||||
gesturesTest();
|
|
||||||
selectChapter(chapterPageNumber);
|
selectChapter(chapterPageNumber);
|
||||||
|
gesturesTest();
|
||||||
addNote(noteText);
|
addNote(noteText);
|
||||||
removeNote();
|
removeNote();
|
||||||
searchForWord(searchWord);
|
searchForWord(searchWord);
|
||||||
|
Reference in New Issue
Block a user