Skip to content

Commit

Permalink
Removing permission granting rule, as this one will be granted by fas…
Browse files Browse the repository at this point in the history
…tlane command
  • Loading branch information
Javernaut committed May 6, 2024
1 parent 0393f7c commit a96b388
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import androidx.activity.enableEdgeToEdge
import androidx.compose.runtime.Composable
import androidx.compose.ui.test.junit4.createAndroidComposeRule
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.rule.GrantPermissionRule
import androidx.test.uiautomator.UiDevice
import com.javernaut.whatthecodec.compose.theme.WhatTheCodecTheme
import com.javernaut.whatthecodec.compose.theme.dynamic.AppTheme
Expand Down Expand Up @@ -71,11 +70,6 @@ class ScreenshotsTestSuite(
@get:Rule
val localeTestRule = LocaleTestRule()

// TODO Make sure the necessary permissions are given to all supported API levels
@get:Rule
val mRuntimePermissionRule: GrantPermissionRule =
GrantPermissionRule.grant("android.permission.DUMP")

@Before
fun setUp() {
CleanStatusBar()
Expand Down

0 comments on commit a96b388

Please sign in to comment.