-
Notifications
You must be signed in to change notification settings - Fork 686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paparazzi // Jetpack compose // Placeholder is not displayed in the Row #1712
Comments
@colinrtwhite btw it is reproduced with custom drawable as
|
Hmm this does look different than #1711 actually. |
I have the same issue while showing images in a |
Just checked this test case with Coil 3.1.0 and it works as expected (all red boxes). |
We are still able to reproduce this problem in our project. The |
@hannahermsen-ns Please open a new issue with a reproducible test case. The test case provided in this issue works as expected in 3.1.0. |
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: