Skip to content

Commit 179d298

Browse files
committed
Use jQuery 3.4.1
1 parent 48758cf commit 179d298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class VisualBaseline:
2424

2525

2626
class JQuery:
27-
VER = "3.3.1"
27+
VER = "3.4.1"
2828
# MIN_JS = "//cdnjs.cloudflare.com/ajax/libs/jquery/%s/jquery.min.js" % VER
2929
MIN_JS = "//ajax.googleapis.com/ajax/libs/jquery/%s/jquery.min.js" % VER
3030

0 commit comments

Comments
 (0)