mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 00:15:08 +01:00
Update baseline profile
This commit is contained in:
parent
d869a13ef9
commit
0288abb66e
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" />
|
||||
<manifest />
|
||||
|
@ -2,11 +2,13 @@ package tachiyomi.macrobenchmark
|
||||
|
||||
import androidx.benchmark.macro.ExperimentalBaselineProfilesApi
|
||||
import androidx.benchmark.macro.junit4.BaselineProfileRule
|
||||
import androidx.test.uiautomator.By
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
|
||||
@OptIn(ExperimentalBaselineProfilesApi::class)
|
||||
class BaselineProfileGenerator {
|
||||
|
||||
@get:Rule
|
||||
val baselineProfileRule = BaselineProfileRule()
|
||||
|
||||
@ -17,8 +19,13 @@ class BaselineProfileGenerator {
|
||||
pressHome()
|
||||
startActivityAndWait()
|
||||
|
||||
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
|
||||
// in sources screen moved. Possibly open manga details screen too?
|
||||
// device.findObject(By.text("Browse")).click()
|
||||
},
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user