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

feat: Improvements for Delivered state and add tests #17611

Merged
merged 4 commits into from
Jun 19, 2024

Conversation

przemvs
Copy link
Contributor

@przemvs przemvs commented Jun 19, 2024

Description

Added data-uie-values for qa for check if delivery message is working correctly.

Screenshots/Screencast (for UI changes)

Checklist

  • PR has been self reviewed by the author;
  • Hard-to-understand areas of the code have been commented;
  • If it is a core feature, unit tests have been added;

Important details for the reviewers

(Delete this section if unnecessary)

  • use (x) data
  • can be reviewed commit-by-commit
  • be sure to look at ...

@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 46.16%. Comparing base (74d04e5) to head (009b1e7).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #17611      +/-   ##
==========================================
- Coverage   46.16%   46.16%   -0.01%     
==========================================
  Files         761      762       +1     
  Lines       25023    25023              
  Branches     5724     5723       -1     
==========================================
- Hits        11552    11551       -1     
- Misses      12025    12028       +3     
+ Partials     1446     1444       -2     

@@ -31,7 +31,7 @@ export const messageBodyActions: CSSObject = {
minHeight: '32px',
minWidth: '40px',
position: 'absolute',
right: '16px',
right: '-40px',
Copy link
Contributor

Choose a reason for hiding this comment

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

can you explain what is happening here 🤔
Feels like a weird value

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's like that there, because there is added new container, and this MessageActions is displayed on message-body, not on whole container.

Copy link

sonarcloud bot commented Jun 19, 2024

@przemvs przemvs changed the title feat: Add dataUieValues for delivered state feat: Improvements for Delivered state and add tests Jun 19, 2024
@przemvs przemvs merged commit 29dde79 into dev Jun 19, 2024
13 checks passed
@przemvs przemvs deleted the feat/add-data-uie-values-for-delivered-state branch June 19, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants