Closed manojleaton closed 3 months ago
the example doesn't run unless you pass placeholder={undefined} onPointerEnterCapture={undefined} onPointerLeaveCapture={undefined} for Drawer, DrawerNavGroup, DrawerBody...etc in exampleHome component
the example doesn't run unless you pass placeholder={undefined} onPointerEnterCapture={undefined} onPointerLeaveCapture={undefined} for Drawer, DrawerNavGroup, DrawerBody...etc in exampleHome component
This issue might be because of https://github.com/etn-ccis/blui-react-workflows/commit/77c1e27bb169daec576bf9861d36644b72243d50. @manojleaton can you try to revert and test on local?
Visit the preview URL for this PR (updated for commit cdeead7):
https://blui-react-login--pr619-bug-5975-fix-react-w-4607isu9.web.app
(expires Sat, 10 Aug 2024 11:15:10 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: 1e9064d2e35ed37fe01e053587ea5f209719a043
I was looking at the unit tests and if I run yarn test
we have tests failing around the workflowcards and props but if I run each test individually the tests pass, weird. Also notice some tests failing on login, okta and several others. I'm not sure whats been updated to cause this but some tests having issues.
I was looking at the unit tests and if I run
yarn test
we have tests failing around the workflowcards and props but if I run each test individually the tests pass, weird. Also notice some tests failing on login, okta and several others. I'm not sure whats been updated to cause this but some tests having issues.
Might be because of this commit https://github.com/etn-ccis/blui-react-workflows/pull/619/commits/fabda4b7fcfcf602c32ff2037d868c6275c5e578. will check with Manoj and Update PR.
Attention: Patch coverage is 33.33333%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 72.76%. Comparing base (
26048c4
) to head (cdeead7
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #BLUI-5975 .
Changes proposed in this Pull Request:
Screenshots / Screen Recording (if applicable)
-
To Test:
sx={{ backgroundColor: 'orange', '& .MuiCardContent-root':{ backgroundColor: 'red', '::-webkit-scrollbar': { width: 0 } } }}
Any specific feedback you are looking for?
-