Skip to content

Commit

Permalink
Merge pull request #1965 from lorawoodford/events_tests
Browse files Browse the repository at this point in the history
Ensure all selenium tests can run independently
  • Loading branch information
mark-cooper committed Aug 12, 2020
2 parents d2bf797 + f530870 commit b5e8f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/spec/selenium/spec/events_spec.rb
Expand Up @@ -45,7 +45,7 @@
@driver.find_element(:id, 'event_linked_agents__0__role_').select_option('recipient')

token_input = agent_subform.find_element(:id, 'token-input-event_linked_agents__0__ref_')
@driver.typeahead_and_select(token_input, 'Admin')
@driver.typeahead_and_select(token_input, 'test user_')

@driver.find_element(:id, 'event_linked_records__0__role_').select_option('source')

Expand Down

0 comments on commit b5e8f94

Please sign in to comment.