mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 13:55:07 +00:00
31073c715b
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.