You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TestFX
I have an application that sets an image inside of an imageview that takes a bit of time to fully render - whats the best way to use the waituntilsupport to wait until it renders and assert that an image is set? Right now, i just have a sleep and then get the imageview and read the image from it - but would love to use waituntil for it.