We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48758cf commit 179d298Copy full SHA for 179d298
seleniumbase/fixtures/constants.py
@@ -24,7 +24,7 @@ class VisualBaseline:
24
25
26
class JQuery:
27
- VER = "3.3.1"
+ VER = "3.4.1"
28
# MIN_JS = "//cdnjs.cloudflare.com/ajax/libs/jquery/%s/jquery.min.js" % VER
29
MIN_JS = "//ajax.googleapis.com/ajax/libs/jquery/%s/jquery.min.js" % VER
30
0 commit comments