Ensure testTag does not resize the Composable.
This commit is contained in:
parent
6702dc6895
commit
a6b2a4af94
1 changed files with 4 additions and 6 deletions
|
|
@ -26,9 +26,7 @@ import androidx.compose.ui.semantics.testTagsAsResourceId
|
||||||
* Add a testTag to a Modifier, to be used by external tool, like TrafficLight for instance.
|
* Add a testTag to a Modifier, to be used by external tool, like TrafficLight for instance.
|
||||||
*/
|
*/
|
||||||
@OptIn(ExperimentalComposeUiApi::class)
|
@OptIn(ExperimentalComposeUiApi::class)
|
||||||
fun Modifier.testTag(id: TestTag) = this.then(
|
fun Modifier.testTag(id: TestTag) = semantics {
|
||||||
semantics {
|
testTag = id.value
|
||||||
testTag = id.value
|
testTagsAsResourceId = true
|
||||||
testTagsAsResourceId = true
|
}
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue