discourse/plugins
Alan Guo Xiang Tan e2c7ecfe65
DEV: Change PageObjects::Components::Chat::Message#exists? to exact match (#23660)
Why this change?

Before this change, we were doing a partial match when checking for
existence. This is a source of flaky tests because a chat message with
text `this is a message` will match any substring like `message` or `a`.

What does this change do?

This change removes the partial match and instead opts for the
`exact_text` option instead.
2023-09-26 10:20:21 +08:00
..
chat DEV: Change PageObjects::Components::Chat::Message#exists? to exact match (#23660) 2023-09-26 10:20:21 +08:00
checklist DEV: Future-proof htmlSafe interactions (#23596) 2023-09-14 23:04:57 +02:00
discourse-details FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
discourse-lazy-videos DEV: Remove decorateCookedElement id parameters (#23544) 2023-09-12 16:32:04 +01:00
discourse-local-dates DEV: Consistently call setupTest(hooks) in unit tests (#23610) 2023-09-25 12:43:41 +02:00
discourse-narrative-bot FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00
discourse-presence A11Y: disable non-essential CSS animations for reduced-motion users (#23571) 2023-09-14 17:31:43 -04:00
poll DEV: Remove decorateCookedElement id parameters (#23544) 2023-09-12 16:32:04 +01:00
styleguide DEV: Future-proof htmlSafe interactions (#23596) 2023-09-14 23:04:57 +02:00