Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/system/ai_bot/tool_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def ensure_can_run_test
find(".ai-tool-list-editor__new-button").click

tool_presets = PageObjects::Components::DMenu.new(find(".ai-tool-list-editor__new-button"))
tool_presets.option(".btn[data-option='exchange_rate'").click
tool_presets.option(".btn[data-option='exchange_rate']").click

required_toggle_css = "#control-parameters-0-required .form-kit__control-checkbox"
enum_toggle_css = "#control-parameters-0-isEnum .form-kit__control-checkbox"
Expand Down