Skip to content

Commit

Permalink
Fixed legacy test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner authored and dominikklein committed Oct 19, 2021
1 parent bcc0540 commit b68cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser_test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3671,7 +3671,7 @@ def group_create(params = {})
element.send_keys(data[:name])
element = instance.find_elements(css: '.modal select[name="email_address_id"]')[0]
dropdown = Selenium::WebDriver::Support::Select.new(element)
dropdown.select_by(:index, 1)
dropdown.select_by(:value, '1')
# dropdown.select_by(:text, action[:group])
if data[:signature]
element = instance.find_elements(css: '.modal select[name="signature_id"]')[0]
Expand Down

0 comments on commit b68cf4b

Please sign in to comment.