Skip to content

Commit

Permalink
Fix selector in actions spec
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jan 7, 2025
1 parent fca8ba7 commit d17d253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/pages/admin/custom_actions/form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def set_field_value(field, name, value)
if has_selector?(".form--selected-value--container", wait: 0)
find(".form--selected-value--container").click
autocomplete = true
elsif has_selector?("op-autocompleter", wait: 0)
elsif has_selector?("opce-autocompleter", wait: 0) || has_selector?("opce-project-autocompleter", wait: 0)
autocomplete = true
end

Expand Down

0 comments on commit d17d253

Please sign in to comment.