hasVisibleText

Deprecated

Assert that the given component has the exact text provided.

Deprecated

Use hasVisibleText instead.


open fun hasVisibleText(@StringRes resourceId: Int): ComponentAssert

Deprecated

Assert that the given component has the exact text identified by resource id.

Deprecated

Use hasVisibleText instead.