AgileVentures / LocalSupport

A directory of local support services and volunteer opportunities
http://www.harrowcn.org.uk
Other
61 stars 213 forks source link

Persistent intermittent feature test failure for event location #847

Open mattwr18 opened 6 years ago

mattwr18 commented 6 years ago

https://github.com/AgileVentures/LocalSupport/blob/develop/features/admin/events/event_location.feature#L38

 Scenario: uses default coordinates when user enters invalid address
    Given I visit the new event page
    And I fill in the new event page validly
    When I fill in "event_address" with "+==+"
    And I press "Create Event"
    When I visit the events page
    Then I should see "Great place to brain storm" description marker in "Hackathon" organisation location in the map

Can this test be refactored to make it more reliable?

tansaku commented 6 years ago

thanks for opening this @mattwr18 :-)

maybe we should add this to pivotal rather than here? https://www.pivotaltracker.com/n/projects/742821

tansaku commented 6 years ago

Note - this was a problem in https://github.com/AgileVentures/LocalSupport/pull/823