1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 19:32:34 +01: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
2 changed files with 1 additions and 1 deletions

View File

@@ -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);