-
Notifications
You must be signed in to change notification settings - Fork 175
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
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
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. |
Verified the fix. Test results are in the task MWPW-164821 |
@@ -19,7 +19,7 @@ function defineDeviceByScreenSize() { | |||
return 'TABLET'; | |||
} | |||
|
|||
function isStickyHeader(el) { | |||
export function isStickyHeader(el) { |
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.
Why the export, is it used anywhere outside of this function?
mas:resolved
event to the table which calculates the height after prices are fetched.Resolves: MWPW-164736
Test URLs: