File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
benchmarks/src/main/java/com/google/samples/apps/nowinandroid/baselineprofile Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ package com.google.samples.apps.nowinandroid.baselineprofile
1818
1919import androidx.benchmark.macro.junit4.BaselineProfileRule
2020import com.google.samples.apps.nowinandroid.PACKAGE_NAME
21+ import com.google.samples.apps.nowinandroid.allowNotifications
2122import com.google.samples.apps.nowinandroid.bookmarks.goToBookmarksScreen
2223import com.google.samples.apps.nowinandroid.foryou.forYouScrollFeedDownUp
2324import com.google.samples.apps.nowinandroid.foryou.forYouSelectTopics
@@ -43,6 +44,8 @@ class BaselineProfileGenerator {
4344 pressHome()
4445 startActivityAndWait()
4546
47+ allowNotifications()
48+
4649 // Scroll the feed critical user journey
4750 forYouWaitForContent()
4851 forYouSelectTopics(true )
You can’t perform that action at this time.
0 commit comments