mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-17 11:46:28 +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_helper_spec.rb | ||
| ai_share_conversation_spec.rb | ||
| artifact_spec.rb | ||
| homepage_spec.rb | ||
| persona_spec.rb | ||
| share_spec.rb | ||
| tool_spec.rb | ||