The application has a custom email input field, how can I check that it displays the drawable icons in android test (espresso)
xml:
<com.my.mobile.kit.input.InputGeneral
android:id="@+id/login_email"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="10dp"
app:kitEndIconDrawable="@drawable/kit_ic_cleanitem_24"
app:kitEndIconMode="clear_text"
app:kitEndIconTint="@color/baseDeepGreyOne"
app:kitLabelText="@string/m_auth_login_email_hint"
app:kitLabelVisibilityMode="manual"
app:kitPlaceholderText="@string/m_auth_login_email_hint"
app:layout_constraintTop_toTopOf="parent" />