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