Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 2363515

Browse files
committed
DEV: invalid selector
Playwright is going to be less permissive to this in the future.
1 parent 1074801 commit 2363515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/ai_bot/tool_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def ensure_can_run_test
4141
find(".ai-tool-list-editor__new-button").click
4242

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

4646
required_toggle_css = "#control-parameters-0-required .form-kit__control-checkbox"
4747
enum_toggle_css = "#control-parameters-0-isEnum .form-kit__control-checkbox"

0 commit comments

Comments
 (0)