You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the repro test case! This looks related to #1711. I think removing the mapping here should fix this, though we'll need to make sure removing it doesn't have side effects.
Describe the bug
Placeholder is not displayed in tests if there are more than one tests. Important point, AsyncImage is in a
Row
.To Reproduce
Here is the test I used to confirm the behavior.
Result:
testContentCompose1: Placeholder is red.
testContentCompose2: Placeholder is not displayed.
Logs/Screenshots
Version
coil: 2.2.0, 2.3.0
paparazzi: 1.2.0
The text was updated successfully, but these errors were encountered: