|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
/*
|
|
|
|
|
* Copyright 2022 The Android Open Source Project
|
|
|
|
|
* Copyright 2023 The Android Open Source Project
|
|
|
|
|
*
|
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
@ -33,6 +33,7 @@ import com.google.samples.apps.nowinandroid.allowNotifications
|
|
|
|
|
import com.google.samples.apps.nowinandroid.foryou.forYouScrollFeedDownUp
|
|
|
|
|
import com.google.samples.apps.nowinandroid.foryou.forYouSelectTopics
|
|
|
|
|
import com.google.samples.apps.nowinandroid.foryou.forYouWaitForContent
|
|
|
|
|
import com.google.samples.apps.nowinandroid.foryou.setAppTheme
|
|
|
|
|
import org.junit.Rule
|
|
|
|
|
import org.junit.Test
|
|
|
|
|
import org.junit.runner.RunWith
|
|
|
|
@ -67,7 +68,7 @@ class ScrollTopicListPowerMetricsBenchmark {
|
|
|
|
|
pressHome()
|
|
|
|
|
startActivityAndWait()
|
|
|
|
|
allowNotifications()
|
|
|
|
|
// Navigate to interests screen
|
|
|
|
|
// Navigate to Settings
|
|
|
|
|
device.findObject(By.desc("Settings")).click()
|
|
|
|
|
device.waitForIdle()
|
|
|
|
|
setAppTheme(isDark)
|
|
|
|
|