-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are still more code that depends on jquery and underscorejs, but this is a good start. - Use the fetch API instead of jquery's ajax. - Use the URL and URLSearchParams objects instead of our custom code to parse search parameters. - Had to update the tests, because the new version of selenium remove the `find_element_by*` methods (pytest-selenium installs the latest version by default). - Also updated pytest-selenium, which restricts the version of selenium to 4.x.
- Loading branch information
Showing
6 changed files
with
192 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.