testTags

fun Modifier.testTags(vararg testTags: Any): Modifier

Applies multiple-tags-sequence to allow a modified element to be found in tests.

Parameters

testTags

The test tags you apply to the element.