Skip to content

Commit 1bb4a0d

Browse files
committed
Fix screenshots
1 parent 353eb66 commit 1bb4a0d

File tree

1 file changed

+1
-1
lines changed
  • MPChartExample/src/androidTest/java/com/xxmassdeveloper/mpchartexample

1 file changed

+1
-1
lines changed

MPChartExample/src/androidTest/java/com/xxmassdeveloper/mpchartexample/StartTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class StartTest {
6565
openActionBarOverflowOrOptionsMenu(getInstrumentation().targetContext)
6666
Thread.sleep(100)
6767
takeScreenshot()
68-
.writeToTestStorage("${javaClass.simpleName}_${nameRule.methodName}-${index}-${it.simpleName} menu")
68+
.writeToTestStorage("${javaClass.simpleName}_${nameRule.methodName}-${index}-${it.simpleName}-menu")
6969
Espresso.pressBack()
7070
Thread.sleep(100)
7171
Espresso.pressBack()

0 commit comments

Comments
 (0)