mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-27 01:52:18 +00:00
DEV: invalid selector (#1286)
Playwright is going to be less permissive to this in the future.
This commit is contained in:
parent
10748015fd
commit
60ea590ba5
@ -41,7 +41,7 @@ describe "AI Tool Management", type: :system do
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user