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

Fix(MWPW-164736):Table header cell height fix. #3429

Merged
merged 14 commits into from
Jan 9, 2025

Conversation

sharath-kannan
Copy link
Contributor

  • Root cause of this issue is the table header being calculated before the prices are fetched.
  • I registered a mas:resolved event to the table which calculates the height after prices are fetched.

Resolves: MWPW-164736

Test URLs:

Copy link
Contributor

aem-code-sync bot commented Jan 7, 2025

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.46%. Comparing base (82694a3) to head (f71f155).
Report is 11 commits behind head on stage.

Additional details and impacted files
@@            Coverage Diff             @@
##            stage    #3429      +/-   ##
==========================================
- Coverage   96.46%   96.46%   -0.01%     
==========================================
  Files         255      255              
  Lines       59363    59364       +1     
==========================================
- Hits        57266    57264       -2     
- Misses       2097     2100       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Jan 8, 2025

This pull request is not passing all required checks. Please see this discussion for information on how to get all checks passing. Inconsistent checks can be manually retried. If a test absolutely can not pass for a good reason, please add a comment with an explanation to the PR.

@asonnalagi
Copy link

Verified the fix. Test results are in the task MWPW-164821

@spadmasa spadmasa added verified PR has been E2E tested by a reviewer Ready for Stage labels Jan 8, 2025
@spadmasa spadmasa added the high priority Why is this a high priority? Blocker? Critical? Dependency? label Jan 9, 2025
@@ -19,7 +19,7 @@ function defineDeviceByScreenSize() {
return 'TABLET';
}

function isStickyHeader(el) {
export function isStickyHeader(el) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why the export, is it used anywhere outside of this function?

@mokimo mokimo merged commit c582faa into adobecom:stage Jan 9, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high priority Why is this a high priority? Blocker? Critical? Dependency? Ready for Stage verified PR has been E2E tested by a reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants