Skip to content
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

Cnwankwo/together mode ut #5597

Draft
wants to merge 1 commit into
base: cnwankwo/together_mode_bugbash_fixes
Choose a base branch
from

Conversation

cn0151
Copy link
Member

@cn0151 cn0151 commented Jan 30, 2025

What

Why

How Tested

Process & policy checklist

  • I have updated the project documentation to reflect my changes if necessary.
  • I have read the CONTRIBUTING documentation.

Is this a breaking change?

  • This change causes current functionality to break.

Copy link
Contributor

@cn0151 cn0151 changed the base branch from main to cnwankwo/together_mode_bugbash_fixes January 30, 2025 19:37
@cn0151 cn0151 marked this pull request as ready for review January 30, 2025 19:38
@cn0151 cn0151 requested review from a team as code owners January 30, 2025 19:38
@cn0151 cn0151 closed this Jan 30, 2025
@cn0151 cn0151 reopened this Jan 30, 2025
@cn0151 cn0151 marked this pull request as draft January 30, 2025 19:42
Copy link
Contributor


const updatedLocalParticipant = {
...localParticipant,
reaction: { reactionType: '👍', receivedOn: new Date() }
Copy link
Member

Choose a reason for hiding this comment

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

To properly represent the reaction type this should be an enum 'like' | 'heart' and so on

@@ -177,6 +176,7 @@ export const TogetherModeOverlay = memo(
participantStatus.id && (
<div
key={participantStatus.id}
data-ui-group="together-mode-participant"
Copy link
Member

Choose a reason for hiding this comment

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

For our hermetic and unit tests we usually use data-ui-id unsure what the group is and how it would impact our existing selector fetching. if you want to reuse the utilities in the hermetic tests you will want to use this prop instead

@cn0151 cn0151 changed the base branch from cnwankwo/together_mode_bugbash_fixes to main January 30, 2025 22:20
@cn0151 cn0151 changed the base branch from main to cnwankwo/together_mode_bugbash_fixes January 31, 2025 00:19
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.

2 participants