Branden Brown

Results 14 comments of Branden Brown

I'm getting a very similar issue when mounting a component for snapshot testing. Tried enzyme 3.4.4 and 3.5.0 with Jest 24, 25, and 26. Tried it with using the helper...

I'm currently experiencing this same issue on @mui/[email protected] Any `padding-top` I provide to the `DialogContent` component is overwritten with `padding-top: 0` from the `.MuiDialogTitle-root+.css-b3xomw-MuiDialogContent-root` class. I see that this thread...

I think I'm running into the same issue. Created a new app recently with Jest 26. Using Enzyme for snapshot testing. Updated a test to use `mount` instead of `shallow`...

@ljharb Thanks for replying. Ya, I guess I wasn't exactly sure where the issue was and since the issue was only with `mount()` and not `render()` or `shallow()` I thought...

> is this issue fixed in any latest npm versions ? I tested [email protected] and [email protected] today and am still seeing this issue that i'm pretty sure is related to...

If the timeout is zero I would except it be treated as a null timeout. That makes sense to me at least. On Mon, Feb 5, 2024, 11:22 PM TheJulianJES...

Hm. Not sure how that solves the problem I think is present. If I had provided a timeout previously and then switched it to a zero second timeout, I would...

Right. I guess this ends up being a question of whether a timeout of zero seconds is the same as no timeout. Which it seems you're saying it's not and...

That's exactly the issue that happened to me that caused me to open this issue in the first place. If it's decided that the timeout should still operate as is,...

Was there any other information discovered on this? I know it's been a hot minute but I'm having a very similar issue