Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky tests: event_management.feature #532

Closed
patmbolger opened this issue Jan 23, 2017 · 1 comment
Closed

Flaky tests: event_management.feature #532

patmbolger opened this issue Jan 23, 2017 · 1 comment
Assignees

Comments

@patmbolger
Copy link
Contributor

patmbolger commented Jan 23, 2017

Scenarios starting at line 193 and 219 intermittently fail at a step that depends on completion of an AJAX request to the controller. Capybara has no visibility to this action, so a wait needs to be introduced before this step to allow the action to complete.

@patmbolger
Copy link
Contributor Author

These steps are:

  • "And I should see "Dave Developer" after "Job Developer""
  • "And I should see "Dave Developer" after "Case Manager""

respectively. These are looking for information that is rendered by the controller action that handles the AJAX request for the agency person home page (actually, there are multiple AJAX requests involved in loading the home page)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant