1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

Merge pull request #249 from jimboatarm/googleplaybooks-gesturefix

GooglePlayBooks: Reorder so that the gesture test happens after selec…
This commit is contained in:
Sebastian Goscik 2016-09-20 10:55:57 +01:00 committed by GitHub
commit 8727fe514a
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);