discourse/plugins/discourse-templates/spec/system/page_objects
Isaac Janzen 6a17f541b8
DEV: Fix stale element race condition in templates panel page object (#38444)
## Summary

The [original
commit](9dad3615) added
system tests for tag filtering in the discourse-templates plugin,
including a new page object `DTemplatesPanel`. The page object's
`has_templates?` method used `all(...).count` which can cause flaky
tests due to race conditions when the DOM re-renders after filtering.
2026-03-10 12:29:41 -07:00
..
components DEV: Fix stale element race condition in templates panel page object (#38444) 2026-03-10 12:29:41 -07:00
modals