Skip to content

Conversation

@MagentaManifold
Copy link
Contributor

@MagentaManifold MagentaManifold commented Jan 22, 2026

Because

  • it doesn't send user back to where they were

This pull request

  • fixes this by sending the webchannel message

Issue that this pull request solves

Closes: FXA-12814

Checklist

Put an x in the boxes that apply

  • My commit is GPG signed.
  • If applicable, I have modified or added tests which pass locally.
  • I have added necessary documentation (if appropriate).
  • I have verified that my changes render correctly in RTL (if appropriate).

Screenshots (Optional)

Please attach the screenshots of the changes made in case of change in user interface.

Other information (Optional)

The container doesn't have unit tests. Should we add some?

@MagentaManifold MagentaManifold marked this pull request as ready for review January 22, 2026 22:07
@MagentaManifold MagentaManifold requested a review from a team as a code owner January 22, 2026 22:07
@vpomerleau vpomerleau self-requested a review January 23, 2026 20:51
@MagentaManifold MagentaManifold marked this pull request as draft January 23, 2026 21:20
@MagentaManifold MagentaManifold force-pushed the FXA-12814 branch 2 times, most recently from a7324a8 to 3fb8572 Compare January 23, 2026 23:32
@MagentaManifold MagentaManifold marked this pull request as ready for review January 26, 2026 15:50
Copy link
Contributor

@LZoog LZoog left a comment

Choose a reason for hiding this comment

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

Makes sense that we need this logic, thanks!


expect(mockAlertBar.success).toHaveBeenCalledWith(
'Your password has been reset'
);
Copy link
Contributor

@LZoog LZoog Jan 26, 2026

Choose a reason for hiding this comment

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

Just a nit: could we test that services: { relay: {} } is sent into firefox.fxaLoginSignedInUser?

edit: alternatively, we could add a reset password test on the playwright tests just merged here for this flow: #19944

Because:

* it doesn't send user back to where they were

This commit:

* fixes this by sending the webchannel message

Closes FXA-12814
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.

3 participants