Skip to content

Conversation

@jennifer-shehane
Copy link
Member

@jennifer-shehane jennifer-shehane commented Jul 22, 2025

Additional details

141 Released today

Slack thread for details on Firefox 140 change to cookies

Steps to test

How has the user experience changed?

PR Tasks

@jennifer-shehane jennifer-shehane self-assigned this Jul 22, 2025
@cypress
Copy link

cypress bot commented Jul 22, 2025

cypress    Run #64340

Run Properties:  status check passed Passed #64340  •  git commit 0bcdb4c3c5: we do still run tests against firefox 134
Project cypress
Branch Review bump-firefox-141
Run status status check passed Passed #64340
Run duration 20m 03s
Commit git commit 0bcdb4c3c5: we do still run tests against firefox 134
Committer Cacie Prins
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 15
Tests that did not run due to a developer annotating a test with .skip  Pending 1230
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 32179
View all changes introduced in this branch ↗︎
UI Coverage  45.83%
  Untested elements 190  
  Tested elements 165  
Accessibility  97.95%
  Failed rules  3 critical   8 serious   2 moderate   2 minor
  Failed elements 107  

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

@cacieprins cacieprins requested a review from AtofStryker August 4, 2025 15:10
cursor[bot]

This comment was marked as outdated.

// Firefox bidi returns "unspecified" for sameSite;
// webkit & firefox < 135 return "no_restriction" for sameSite;
// other browsers do not return sameSite at all
const sameSite = (
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the comment is helpful, but do we need the conditional logic as we really test the version of firefox rolling forward?

Copy link
Contributor

Choose a reason for hiding this comment

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

We still test against FF 134 in CI

Copy link
Contributor

Choose a reason for hiding this comment

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

That's my fault I keep thinking Cypress 15 🥴

return (
browser.family === 'firefox' && (
Number(browser.majorVersion) < 135 ||
(Number(browser.majorVersion) < 141 && !!process.env.FORCE_FIREFOX_CDP)
Copy link
Contributor

Choose a reason for hiding this comment

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

I would say it might be worth mentioning FORCE_FIREFOX_CDP doesn't work in Firefox 141 plus in a console warning but I am not convinced this option is used enough to warrant the extra work

Copy link
Contributor

Choose a reason for hiding this comment

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

It's implied by the new warning message

@cacieprins cacieprins requested a review from AtofStryker August 4, 2025 20:38
cursor[bot]

This comment was marked as outdated.

// Firefox bidi returns "unspecified" for sameSite;
// webkit & firefox < 135 return "no_restriction" for sameSite;
// other browsers do not return sameSite at all
const sameSite = (
Copy link
Contributor

Choose a reason for hiding this comment

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

That's my fault I keep thinking Cypress 15 🥴

@jennifer-shehane jennifer-shehane merged commit 788dfd1 into develop Aug 5, 2025
90 of 92 checks passed
@jennifer-shehane jennifer-shehane deleted the bump-firefox-141 branch August 5, 2025 17:00
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Aug 7, 2025

Released in 14.5.4.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v14.5.4, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Aug 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants