CamelCased story names are transformed into kebab-case when storybook turns them into URLs. This is not the case for folders, which seem to be just lowercased. Thats why loadStory doesn't work with camel case stories (as shown in the test added with this PR).
CamelCased story names are transformed into kebab-case when storybook turns them into URLs. This is not the case for folders, which seem to be just lowercased. Thats why
loadStory
doesn't work with camel case stories (as shown in the test added with this PR).