mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-05-26 01:04:52 +08:00
Generally speaking we never want to do:
```
expect(element.text).to eq("foo")
```
As these are rspec matchers and do not add further Capybara-style waiting specifically for the text content to become present.
|
||
|---|---|---|
| .. | ||
| ai_bot | ||
| ai_helper | ||
| ai_moderation | ||
| embeddings | ||
| llms | ||
| page_objects | ||
| summarization | ||
| admin_ai_features_spec.rb | ||
| admin_ai_persona_spec.rb | ||
| admin_dashboard_spec.rb | ||
| core_features_spec.rb | ||