testTag
Source set: Common
@Stable public fun Modifier.testTag(tag: String): Modifier
Applies a tag to allow modified element to be found in tests.
This is a convenience method for a semantics that sets SemanticsPropertyReceiver.testTag.
Applies a tag to allow modified element to be found in tests.
@Stable public fun Modifier.testTag(tag: String): Modifier
Applies a tag to allow modified element to be found in tests.
This is a convenience method for a semantics that sets SemanticsPropertyReceiver.testTag.
Content updated: