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

Fix selenium tests #3460

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Fix selenium tests #3460

wants to merge 11 commits into from

Conversation

willgearty
Copy link
Member

This fixes our selenium tests (front-end behavior tests) that haven't been running for ages (if not ever). We don't really have a lot of them (and some that were marked as such aren't actually selenium tests), but this opens the avenue to potentially create more in the future. Previously, the selenium tests had to be run separately using a separate management command, but now they are just included in our normal set of unit tests (so they should also be run with Github Actions every time a PR is created). We also have some JS tests for the ajax scheduler, but those are currently written in jasmine and are therefore outside of the scope of this PR.

@lgtm-com
Copy link

lgtm-com bot commented Dec 4, 2021

This pull request fixes 1 alert when merging 938fbae into f3f902b - view on LGTM.com

fixed alerts:

  • 1 for Unused import

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

Successfully merging this pull request may close these issues.

None yet

1 participant