-
SummaryI don't have a repro right now (sorry), and all I can really say is that I did a big re-write to replace our datepicker components to use mantine.dev, instead of react-dates, and then I started noticing a new test flake.
I can't find anything about what sbPostVisit is, but I assume sb stands for storybook... It's happening at random in any component that uses a DatePicker in our project. I have the latest version of Storybook, 8.4.6. Update 1: Maybe related to this issue? storybookjs/test-runner#138 Update 2: I've determined they're all actual test fails, only that I don't get the real error. But everywhere where I get Additional informationNo response Create a reproductionNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We, too, started noticing this yesterday. It seems there are actual test failures but storybook is unable to provide a meaningful error message or the origin of the error. I get that error locally on my mac as well |
Beta Was this translation helpful? Give feedback.
-
@matttk I think |
Beta Was this translation helpful? Give feedback.
@matttk I think
"@storybook/test-runner": "0.20.1",
fixed it for us