File tree Expand file tree Collapse file tree
app/src/androidTest/java/net/vonforst/evmap/screenshot Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ import org.junit.Rule
3434import org.junit.Test
3535import org.junit.runner.RunWith
3636import tools.fastlane.screengrab.Screengrab
37- import tools.fastlane.screengrab.cleanstatusbar.CleanStatusBar
38- import tools.fastlane.screengrab.cleanstatusbar.IconVisibility
3937import tools.fastlane.screengrab.locale.LocaleTestRule
4038import java.time.Instant
4139
@@ -55,12 +53,6 @@ class ScreenshotTest {
5553 )
5654 }
5755
58- CleanStatusBar ()
59- .setWifiVisibility(IconVisibility .HIDE )
60- .setMobileNetworkVisibility(IconVisibility .HIDE )
61- .setClock(" 1200" )
62- .enable()
63-
6456 val context = InstrumentationRegistry .getInstrumentation().targetContext
6557 val prefs = PreferenceDataSource (context)
6658 prefs.dataSourceSet = true
You can’t perform that action at this time.
0 commit comments