Trying to rule things out

Change-Id: I73a32433cecbbe0eac0563178a4ac83429f00d07
ben/dropshots
Jose Alcérreca 6 months ago
parent efca963a95
commit fb62f859dd

@ -237,11 +237,11 @@ class EdgeToEdgeTest {
) )
} }
// fun assertSnapshot( fun assertSnapshot(
// bitmap: Bitmap, bitmap: Bitmap,
// name: String, name: String,
// filePath: String? = null, filePath: String? = null,
// ) { ) {
// // Try to assert 3 times // // Try to assert 3 times
// var count = 2 // var count = 2
// while (true) { // while (true) {
@ -254,5 +254,6 @@ class EdgeToEdgeTest {
// waitForWindowUpdate() // waitForWindowUpdate()
// } // }
// } // }
// } }
} }

Loading…
Cancel
Save