Skip to content

fix: sign up user should always refresh contacts - #2614

Merged
ericleponner merged 2 commits into
mainfrom
2563-sign-up-user-should-refresh-contacts
Apr 8, 2026
Merged

fix: sign up user should always refresh contacts#2614
ericleponner merged 2 commits into
mainfrom
2563-sign-up-user-should-refresh-contacts

Conversation

@svienot

@svienot svienot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Description:

One-line change to make sure signUpUser() refreshes the contact list even when no nickname is registered for the created user.

This fix allows to re-enable the previously skipped automation test 'Verify admin user can remove user from the organization'.

Related issue(s):

Fixes #2563

svienot added 2 commits April 8, 2026 15:12
…rovided.

Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
@svienot svienot added this to the v0.28.0 milestone Apr 8, 2026
@svienot svienot self-assigned this Apr 8, 2026
@svienot
svienot requested a review from a team as a code owner April 8, 2026 13:35
@svienot
svienot requested a review from ericleponner April 8, 2026 13:35
@svienot svienot added Bug A error that causes the feature to behave differently than what was expected based on design docs Frontend Frontend development work Tests labels Apr 8, 2026
@codecov

codecov Bot commented Apr 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.95%. Comparing base (36fdae5) to head (86283db).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2614   +/-   ##
=======================================
  Coverage   99.95%   99.95%           
=======================================
  Files         184      184           
  Lines        7446     7446           
  Branches     1489     1493    +4     
=======================================
  Hits         7443     7443           
  Misses          3        3           

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@svienot svienot changed the title 2563 sign up user should always refresh contacts fix: sign up user should always refresh contacts Apr 8, 2026
@svienot svienot moved this to 👷 In progress in Transaction Tool Apr 8, 2026
@github-project-automation github-project-automation Bot moved this from 👷 In progress to 👀 In review in Transaction Tool Apr 8, 2026
@ericleponner
ericleponner merged commit ea768fd into main Apr 8, 2026
22 of 23 checks passed
@ericleponner
ericleponner deleted the 2563-sign-up-user-should-refresh-contacts branch April 8, 2026 14:28
@github-project-automation github-project-automation Bot moved this from 👀 In review to ✅ Done in Transaction Tool Apr 8, 2026
Kolpic pushed a commit that referenced this pull request Apr 15, 2026
* signUpUser() should always fetch contacts, even when no nickname is provided.

Signed-off-by: Simon Viénot <simon.vienot@icloud.com>

* Re-enable skipped test.

Signed-off-by: Simon Viénot <simon.vienot@icloud.com>

---------

Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug A error that causes the feature to behave differently than what was expected based on design docs Frontend Frontend development work Tests

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

Restore skipped automation coverage for removing a user from an organization

2 participants