I've written some test that trigger some controlled input and need to wait for a state change.
In this case I supposed to wait for that state change and I tried to use the act function to react to that state change but it looks like the same with or without the act function.
When is act really needed?