discourse/spec/system/page_objects
Alan Guo Xiang Tan 631089a4b0
DEV: Fix flaky edit nav menu tags system test (#22424)
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.
2023-07-05 08:40:16 +08:00
..
components DEV: Fix edit nav menu modals not appearing on mobile (#22403) 2023-07-04 11:11:47 +08:00
modals DEV: Fix flaky edit nav menu tags system test (#22424) 2023-07-05 08:40:16 +08:00
pages DEV: Add support for uploads to form templates (#22232) 2023-06-28 12:49:05 -07:00
cdp.rb FEATURE: Reacting to MessageBus in chat thread panel (#21070) 2023-04-13 14:45:50 +02:00