mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
Fix reader workload after tech debt cleanup
This commit is contained in:
Binary file not shown.
@@ -48,13 +48,9 @@ public class UiAutomation extends UxPerfUiAutomation {
|
|||||||
|
|
||||||
dismissWelcomeView();
|
dismissWelcomeView();
|
||||||
signInOnline(parameters);
|
signInOnline(parameters);
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
confirmAccess();
|
confirmAccess();
|
||||||
|
|
||||||
=======
|
|
||||||
confirmLocalFileAccess();
|
|
||||||
>>>>>>> 3991e73... Add setScreenOrientation to BaseUiAutomation class
|
|
||||||
gesturesTest("Getting Started.pdf");
|
gesturesTest("Getting Started.pdf");
|
||||||
String[] searchStrings = {"Glossary", "cortex"};
|
String[] searchStrings = {"Glossary", "cortex"};
|
||||||
searchPdfTest("cortex_m4", searchStrings);
|
searchPdfTest("cortex_m4", searchStrings);
|
||||||
|
Reference in New Issue
Block a user