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-03-22 19:16:06 +01:00
2025-04-14 18:42:49 +02:00
2025-04-11 10:13:33 +02:00
2025-03-26 21:59:42 +01:00
2025-04-10 01:39:25 +02:00
2025-04-15 13:45:04 +02:00
2025-04-15 13:45:04 +02:00
2025-04-14 18:39:19 +02:00
2025-04-03 09:47:55 +00:00
2025-04-03 09:47:55 +00:00
2025-04-04 15:25:15 +00:00
2025-04-14 15:33:41 +00:00
2025-04-09 01:03:43 +02:00
2025-03-22 19:16:06 +01:00
2025-02-13 13:40:33 +01:00
2025-04-15 13:32:12 +02:00
2025-01-06 17:57:32 +01:00
2025-04-03 09:47:55 +00:00
2025-04-07 08:54:43 +02:00
2025-04-07 15:28:02 +02:00
2025-04-09 18:34:31 +02:00
2025-04-03 09:47:55 +00:00
2025-04-10 14:05:10 +02:00
2025-04-09 01:03:43 +02:00
2025-04-15 17:34:28 +02:00
2025-04-11 14:15:14 +02:00
2025-04-15 14:57:35 +02:00
2025-03-24 13:42:51 +01:00
2025-04-08 16:18:36 +00:00
2025-04-15 13:32:12 +02:00
2025-04-10 14:05:10 +02:00
2025-04-04 16:13:48 +02:00
2025-04-08 11:03:10 +02:00
2025-03-31 17:57:14 +02:00
2025-04-15 17:34:28 +02:00
2025-04-14 17:31:13 +02:00
2025-04-15 15:32:41 +02:00
2025-04-15 14:57:35 +02:00
2025-04-07 15:28:02 +02:00
2025-04-03 09:47:55 +00:00
2025-02-26 18:16:05 +01:00