mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Make some rendering tests more tolerant
This commit is contained in:
@@ -29,6 +29,10 @@ import org.junit.runner.RunWith
|
||||
@RunWith(AndroidJUnit4::class)
|
||||
@MediumTest
|
||||
class EmptyListViewTest : BaseViewTest() {
|
||||
init {
|
||||
// TODO: fix rendering differences across APIs
|
||||
similarityCutoff = 0.00035
|
||||
}
|
||||
|
||||
private val path = "habits/list/EmptyListView"
|
||||
private val view: EmptyListView = EmptyListView(targetContext)
|
||||
|
||||
@@ -32,6 +32,10 @@ import org.junit.runner.RunWith
|
||||
@RunWith(AndroidJUnit4::class)
|
||||
@MediumTest
|
||||
class TargetWidgetTest : BaseViewTest() {
|
||||
init {
|
||||
// TODO: fix rendering differences across APIs
|
||||
similarityCutoff = 0.00025
|
||||
}
|
||||
private lateinit var habit: Habit
|
||||
private lateinit var view: FrameLayout
|
||||
override fun setUp() {
|
||||
|
||||
Reference in New Issue
Block a user