Skip to content

The selenium tests break with jquery 4, so we pin jquery to before that until we can resolve those issues*#762

Merged
drnlm merged 1 commit intoCTPUG:masterfrom
drnlm:bugfix/pin_jquery
Mar 16, 2026
Merged

The selenium tests break with jquery 4, so we pin jquery to before that until we can resolve those issues*#762
drnlm merged 1 commit intoCTPUG:masterfrom
drnlm:bugfix/pin_jquery

Conversation

@drnlm
Copy link
Copy Markdown
Member

@drnlm drnlm commented Mar 14, 2026

jQuery 4 causes the selenium tests to fail i n headless mode on chrome (they still work not in headless mode)

A quick glance shows no immediately obvious cause of the change, so this commit pins the jQuery version for CI tests until we can dig further into what's happening.

Comment thread package.json
"@fortawesome/fontawesome-free": "6.2.x",
"bootstrap": "^5.2.0",
"jquery": ">=1.9.1"
"jquery": "^3.7.0"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps worth a comment noting when this restriction can be removed.

@drnlm drnlm merged commit 54e7c48 into CTPUG:master Mar 16, 2026
34 checks passed
@drnlm drnlm deleted the bugfix/pin_jquery branch March 24, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants