-
Notifications
You must be signed in to change notification settings - Fork 13k
fix: users.update API call erases other customFields #36612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Jessica Schelly Souza <jessica_schelly@hotmail.com>
🦋 Changeset detectedLatest commit: 8ad8868 The changes in this PR will be included in the next version bump. This PR includes changesets to release 37 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-7.9.1 #36612 +/- ##
=================================================
+ Coverage 65.71% 65.72% +0.01%
=================================================
Files 3172 3172
Lines 105574 105574
Branches 20027 20032 +5
=================================================
+ Hits 69376 69393 +17
+ Misses 33527 33512 -15
+ Partials 2671 2669 -2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
cardoso
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems all tests are passing. Just a known flaky failed. Triggered a re-run.
1) tests/e2e/e2e-encryption.spec.ts:93:6 › initial setup › expect to manually set a new password ─
Test timeout of 60000ms exceeded.
Error: locator.fill: Target page, context or browser has been closed
Call log:
- waiting for getByRole('dialog', { name: 'Enter E2EE password' }).getByPlaceholder('Please enter your E2EE password')
- locator resolved to <input size="1" value="" type="password" placeholder="Please enter your E2EE password" class="rcx-box rcx-box--full rcx-box--animated rcx-input-box--undecorated rcx-input-box--type-password rcx-input-box"/>
- fill("077f6261-291a-4c33-a198-97bc47c37ee3")
- attempting fill action
- waiting for element to be visible, enabled and editable
- element was detached from the DOM, retrying
at page-objects/fragments/e2ee.ts:83
81 |
82 | async enterPassword(password: string) {
> 83 | await this.passwordInput.fill(password);
| ^
84 | await this.enterE2EEPasswordButton.click();
85 | await this.waitForDismissal();
86 | }
at EnterE2EEPasswordModal.enterPassword (/home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor/tests/e2e/page-objects/fragments/e2ee.ts:83:28)
at /home/runner/work/Rocket.Chat/Rocket.Chat/apps/meteor/tests/e2e/e2e-encryption.spec.ts:123:32
Backport of #36578