Skip to content

Conversation

@dionisio-bot
Copy link
Contributor

@dionisio-bot dionisio-bot bot commented Aug 4, 2025

Backport of #36578

Co-authored-by: Jessica Schelly Souza <jessica_schelly@hotmail.com>
@dionisio-bot dionisio-bot bot requested review from a team as code owners August 4, 2025 14:04
@dionisio-bot dionisio-bot bot requested a review from cardoso August 4, 2025 14:04
@changeset-bot
Copy link

changeset-bot bot commented Aug 4, 2025

🦋 Changeset detected

Latest commit: 8ad8868

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 37 packages
Name Type
@rocket.chat/meteor Patch
@rocket.chat/core-typings Patch
@rocket.chat/rest-typings Patch
@rocket.chat/uikit-playground Patch
@rocket.chat/api-client Patch
@rocket.chat/apps Patch
@rocket.chat/core-services Patch
@rocket.chat/cron Patch
@rocket.chat/ddp-client Patch
@rocket.chat/freeswitch Patch
@rocket.chat/fuselage-ui-kit Patch
@rocket.chat/gazzodown Patch
@rocket.chat/http-router Patch
@rocket.chat/livechat Patch
@rocket.chat/model-typings Patch
@rocket.chat/ui-avatar Patch
@rocket.chat/ui-client Patch
@rocket.chat/ui-contexts Patch
@rocket.chat/web-ui-registration Patch
@rocket.chat/account-service Patch
@rocket.chat/authorization-service Patch
@rocket.chat/ddp-streamer Patch
@rocket.chat/omnichannel-transcript Patch
@rocket.chat/presence-service Patch
@rocket.chat/queue-worker Patch
@rocket.chat/stream-hub-service Patch
@rocket.chat/license Patch
@rocket.chat/omnichannel-services Patch
@rocket.chat/pdf-worker Patch
@rocket.chat/presence Patch
rocketchat-services Patch
@rocket.chat/models Patch
@rocket.chat/network-broker Patch
@rocket.chat/mock-providers Patch
@rocket.chat/ui-video-conf Patch
@rocket.chat/ui-voip Patch
@rocket.chat/instance-status Patch

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

@dionisio-bot
Copy link
Contributor Author

dionisio-bot bot commented Aug 4, 2025

Looks like this PR is not ready to merge, because of the following issues:

  • This PR is missing the required milestone or project

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2025

PR Preview Action v1.6.2

🚀 View preview at
https://RocketChat.github.io/Rocket.Chat/pr-preview/pr-36612/

Built to branch gh-pages at 2025-08-04 14:19 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@codecov
Copy link

codecov bot commented Aug 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.72%. Comparing base (36ae9c5) to head (8ad8868).
⚠️ Report is 1 commits behind head on release-7.9.1.

Additional details and impacted files

Impacted file tree graph

@@                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     
Flag Coverage Δ
e2e 58.13% <ø> (+0.02%) ⬆️
unit 70.98% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 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.

Copy link
Member

@cardoso cardoso left a 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

https://github.com/RocketChat/Rocket.Chat/actions/runs/16725395056/artifacts/3682673134

@cardoso cardoso added stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge labels Aug 4, 2025
@ggazzo ggazzo merged commit 64de34f into release-7.9.1 Aug 4, 2025
91 of 93 checks passed
@ggazzo ggazzo deleted the backport-7.9.1-36578 branch August 4, 2025 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants