Update baseline profile
This commit is contained in:
parent
ca3b948628
commit
a14c01c1de
2 changed files with 6858 additions and 3295 deletions
File diff suppressed because it is too large
Load diff
|
@ -20,12 +20,16 @@ class BaselineProfileGenerator {
|
||||||
startActivityAndWait()
|
startActivityAndWait()
|
||||||
|
|
||||||
device.findObject(By.text("Updates")).click()
|
device.findObject(By.text("Updates")).click()
|
||||||
device.findObject(By.text("History")).click()
|
|
||||||
device.findObject(By.text("More")).click()
|
|
||||||
|
|
||||||
// TODO: Navigate to browse-extensions screen when storage permission
|
device.findObject(By.text("History")).click()
|
||||||
// in sources screen moved. Possibly open manga details screen too?
|
|
||||||
|
// TODO: automate storage permissions and possibly open manga details screen too?
|
||||||
// device.findObject(By.text("Browse")).click()
|
// device.findObject(By.text("Browse")).click()
|
||||||
|
// device.findObject(By.text("Extensions")).click()
|
||||||
|
// device.swipe(150, 150, 50, 150, 1)
|
||||||
|
|
||||||
|
device.findObject(By.text("More")).click()
|
||||||
|
device.findObject(By.text("Settings")).click()
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue