David Taylor
edb276b9a9
DEV: Raise exception when capybara finder times out ( #22686 )
...
If a selenium finder takes the full wait duration to resolve, that means it has been written inefficiently. Most likely a matcher has been negated incorrectly.
This commit introduces a patch which will raise an error in this situation so that we can catch the issues while developing specs.
This commit also fixes chat's visit_thread helper. It was spinning on `has_css?(".chat-skeleton")` for the full selenium wait duration, and then returns false. That's because the thread is often already fully loaded before `has_css?` is even called. It's now updated to only look for the final expected state.
2023-08-08 10:16:09 +01:00
..
2023-07-27 21:56:32 +04:00
2023-07-26 12:46:23 +02:00
2023-07-27 09:57:03 +02:00
2023-07-05 18:18:27 +02:00
2023-08-08 10:16:09 +01:00
2023-07-27 09:57:03 +02:00
2023-07-27 09:57:03 +02:00
2023-06-07 09:26:58 +08:00
2023-07-27 09:57:03 +02:00
2023-07-27 15:12:22 +02:00
2023-06-07 09:26:58 +08:00
2023-07-03 11:09:41 -03:00
2023-06-07 09:26:58 +08:00
2023-06-07 09:26:58 +08:00
2023-06-07 09:26:58 +08:00
2023-07-13 10:00:25 +02:00
2023-07-10 13:43:33 +02:00
2023-06-07 09:26:58 +08:00
2023-06-07 09:26:58 +08:00
2023-07-24 11:13:57 +02:00
2023-07-26 12:46:23 +02:00
2023-07-26 12:46:23 +02:00
2023-07-27 09:57:03 +02:00
2023-07-13 09:44:56 +10:00
2023-07-04 13:22:58 +08:00
2023-06-07 09:26:58 +08:00
2023-07-10 13:43:33 +02:00
2023-06-07 09:26:58 +08:00
2023-07-26 12:46:23 +02:00
2023-07-27 09:57:03 +02:00
2023-06-07 09:26:58 +08:00
2023-08-07 11:04:10 +10:00
2023-06-07 09:26:58 +08:00
2023-07-06 07:33:39 +08:00
2023-06-07 09:26:58 +08:00
2023-06-16 11:04:59 +10:00
2023-08-08 11:18:55 +10:00
2023-06-07 09:26:58 +08:00
2023-06-07 09:26:58 +08:00
2023-06-07 09:26:58 +08:00
2023-06-07 09:26:58 +08:00
2023-07-19 16:24:01 +10:00
2023-07-06 21:42:19 +02:00
2023-07-26 12:46:23 +02:00
2023-06-07 09:26:58 +08:00
2023-07-10 13:43:33 +02:00
2023-07-26 12:46:23 +02:00
2023-07-13 10:00:25 +02:00
2023-07-27 09:57:03 +02:00
2023-06-07 09:26:58 +08:00
2023-07-14 08:26:18 +02:00
2023-07-13 10:16:15 +02:00
2023-06-07 09:26:58 +08:00
2023-07-06 21:42:19 +02:00
2023-07-11 09:40:37 +08:00
2023-07-13 10:00:25 +02:00
2023-06-07 09:26:58 +08:00
2023-07-26 12:46:23 +02:00
2023-07-04 16:23:04 +10:00
2023-06-07 09:26:58 +08:00
2023-06-07 09:26:58 +08:00
2023-06-07 09:26:58 +08:00
2023-07-10 14:04:26 +02:00
2023-06-07 09:26:58 +08:00
2023-07-05 21:01:23 +02:00
2023-07-27 09:57:03 +02:00