mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +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.