mirror of
https://github.com/discourse/discourse.git
synced 2025-04-14 22:50:54 +08:00

Previously , the test was flaky and failing with a selenium stale element error because we were retrieving the tag nodes with `all` and then calling `.map(&:text)` on it. However, there is a chance that a re-render happens and those nodes will end up being stale resulting in the selenium error.