Files
twenty/packages/twenty-front/src/modules/ui
Charles Bochet dee779179b Remove user action from waitFor in stories (#11588)
As per title:
- waitFor is a loop that waits for a condition to be filled, it should
be use to expect or in rare case to wait for element to be present in
the page (in most cases, you can use findByXXX)
- user actions should not be in this loop, otherwise they will be
triggered multiple times
2025-04-15 17:34:28 +02:00
..
2025-04-15 13:32:12 +02:00
2025-04-04 15:25:15 +00:00