Alan Guo Xiang Tan
31073c715b
DEV: Attempt to fix flaky chat system test ( #22580 )
...
Why this change?
The following test is flaky on our CI:
```
1) Navigation when sidebar is configured as the navigation menu when re-opening full page chat after navigating to a channel opens full page chat on correct channel
Failure/Error: measurement = Benchmark.measure { example.run }
expected "/" to equal "/chat/c/random-9/17"
```
The theory here is that system tests is running too fast that we're not
giving the href for the chat header icon a chance to update before
clicking on it. Therefore, we're adding an additional assertion to
assert that the link has the right href before clicking on it.
2023-07-13 09:30:24 +08:00
..
2023-07-12 18:52:18 +04:00
2023-07-13 10:28:11 +10:00
2023-06-16 11:36:43 +02:00
2023-07-05 18:18:27 +02:00
2023-07-13 09:30:24 +08:00
2023-07-13 09:44:56 +10:00
2023-06-15 11:27:31 +02:00
2023-06-07 09:26:58 +08:00
2023-07-10 13:43:33 +02:00
2023-07-06 09:47:34 +10: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-06-07 09:26:58 +08: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-06-07 09:26:58 +08:00
2023-06-29 07:19:12 +02:00
2023-07-13 10:28:11 +10:00
2023-07-13 09:44:56 +10: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-10 13:43:33 +02:00
2023-06-07 09:26:58 +08:00
2023-06-07 09:26:58 +08:00
2023-07-11 09:40:37 +08: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-06-20 15:47:17 +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-06-07 09:26:58 +08:00
2023-07-06 21:42:19 +02:00
2023-07-13 10:28:11 +10:00
2023-06-07 09:26:58 +08:00
2023-07-10 13:43:33 +02:00
2023-07-13 09:30:24 +08:00
2023-07-05 21:12:39 +02: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-06 21:42:19 +02:00
2023-07-11 09:40:37 +08:00
2023-06-07 09:26:58 +08:00
2023-06-07 09:26:58 +08:00
2023-07-13 10:28:11 +10: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-10 11:29:04 +01:00