mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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. |
||
---|---|---|
.. | ||
components | ||
modals | ||
pages | ||
cdp.rb |