Upgrade Storybook to 8.5 #2205
chromatic-pr.yml
on: pull_request
Matrix: Chromatic - Build on regular PRs / chromatic
Matrix: Chromatic - Skip on Release PR (changesets) / chromatic
Waiting for pending jobs
Matrix: Chromatic - Get results on regular PRs
Annotations
10 errors
__docs__/wonder-blocks-dropdown/combobox.stories.tsx > Controlled Combobox (opened state):
__docs__/wonder-blocks-dropdown/combobox.stories.tsx#L239
TestingLibraryElementError:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/packages-dropdown-combobox--controlled-combobox&addonPanel=storybook/test/panel
Unable to find an accessible element with the role "checkbox"
There are no accessible roles. But there might be some inaccessible roles. If you wish to access them, then set the `hidden` option to `true`. Learn more about this here: https://testing-library.com/docs/dom-testing-library/api-queries#byrole
Ignored nodes: comments, script, style
<body>
<div />
</body>
❯ play __docs__/wonder-blocks-dropdown/combobox.stories.tsx:239:37
❯ ../../../../../node_modules/.vite/deps/@storybook_experimental-addon-test_internal_test-utils.js:55:112
|
__docs__/wonder-blocks-dropdown/combobox.stories.tsx > Controlled Multi-select Combobox (opened state):
__docs__/wonder-blocks-dropdown/combobox.stories.tsx#L345
TestingLibraryElementError:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/packages-dropdown-combobox--controlled-multilple-combobox&addonPanel=storybook/test/panel
Unable to find an accessible element with the role "log"
There are no accessible roles. But there might be some inaccessible roles. If you wish to access them, then set the `hidden` option to `true`. Learn more about this here: https://testing-library.com/docs/dom-testing-library/api-queries#byrole
Ignored nodes: comments, script, style
<div />
❯ play __docs__/wonder-blocks-dropdown/combobox.stories.tsx:345:22
❯ ../../../../../node_modules/.vite/deps/@storybook_experimental-addon-test_internal_test-utils.js:55:112
|
__docs__/wonder-blocks-link/link.stories.tsx > Primary:
__docs__/wonder-blocks-link/link.stories.tsx#L89
AssertionError:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/packages-link--primary&addonPanel=storybook/test/panel
expected '' to be 'rgb(24, 101, 242) solid 1px' // Object.is equality
- Expected
+ Received
- rgb(24, 101, 242) solid 1px
❯ Primary.play __docs__/wonder-blocks-link/link.stories.tsx:89:40
❯ ../../../../../node_modules/.vite/deps/@storybook_experimental-addon-test_internal_test-utils.js:55:112
|
__docs__/wonder-blocks-link/link.stories.tsx > Secondary:
__docs__/wonder-blocks-link/link.stories.tsx#L136
AssertionError:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/packages-link--secondary&addonPanel=storybook/test/panel
expected '' to be 'rgb(24, 101, 242) solid 1px' // Object.is equality
- Expected
+ Received
- rgb(24, 101, 242) solid 1px
❯ Secondary.play __docs__/wonder-blocks-link/link.stories.tsx:136:40
❯ ../../../../../node_modules/.vite/deps/@storybook_experimental-addon-test_internal_test-utils.js:55:112
|
__docs__/wonder-blocks-link/link.stories.tsx > Light Primary:
__docs__/wonder-blocks-link/link.stories.tsx#L204
AssertionError:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/packages-link--light-primary&addonPanel=storybook/test/panel
expected '' to be 'rgb(255, 255, 255) solid 1px' // Object.is equality
- Expected
+ Received
- rgb(255, 255, 255) solid 1px
❯ LightPrimary.play __docs__/wonder-blocks-link/link.stories.tsx:204:40
❯ ../../../../../node_modules/.vite/deps/@storybook_experimental-addon-test_internal_test-utils.js:55:112
|
__docs__/wonder-blocks-link/link.stories.tsx > Inline:
__docs__/wonder-blocks-link/link.stories.tsx#L501
AssertionError:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/packages-link--inline&addonPanel=storybook/test/panel
expected '' to be 'rgb(24, 101, 242) solid 1px' // Object.is equality
- Expected
+ Received
- rgb(24, 101, 242) solid 1px
❯ Inline.play __docs__/wonder-blocks-link/link.stories.tsx:501:47
❯ ../../../../../node_modules/.vite/deps/@storybook_experimental-addon-test_internal_test-utils.js:55:112
|
__docs__/wonder-blocks-link/link.stories.tsx > Inline Light:
__docs__/wonder-blocks-link/link.stories.tsx#L617
AssertionError:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/packages-link--inline-light&addonPanel=storybook/test/panel
expected '' to be 'rgb(255, 255, 255) solid 1px' // Object.is equality
- Expected
+ Received
- rgb(255, 255, 255) solid 1px
❯ InlineLight.play __docs__/wonder-blocks-link/link.stories.tsx:617:40
❯ ../../../../../node_modules/.vite/deps/@storybook_experimental-addon-test_internal_test-utils.js:55:112
|
__docs__/wonder-blocks-pill/pill.stories.tsx > Variants:
__docs__/wonder-blocks-pill/pill.stories.tsx#L328
AssertionError:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/packages-pill--variants&addonPanel=storybook/test/panel
expected '' to be 'rgb(24, 101, 242) solid 2px' // Object.is equality
- Expected
+ Received
- rgb(24, 101, 242) solid 2px
❯ Variants.play __docs__/wonder-blocks-pill/pill.stories.tsx:328:40
❯ ../../../../../node_modules/.vite/deps/@storybook_experimental-addon-test_internal_test-utils.js:55:112
|
__docs__/wonder-blocks-switch/switch.stories.tsx > Controlled:
__docs__/wonder-blocks-switch/switch.stories.tsx#L107
TestingLibraryElementError:
Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/packages-switch--controlled&addonPanel=storybook/test/panel
Unable to find an element by: [data-testid="test-switch"]
Ignored nodes: comments, script, style
<div />
❯ Controlled.play __docs__/wonder-blocks-switch/switch.stories.tsx:107:34
❯ ../../../../../node_modules/.vite/deps/@storybook_experimental-addon-test_internal_test-utils.js:55:112
|
Chromatic - Build on regular PRs / chromatic (ubuntu-latest, 20.x)
Process completed with exit code 1.
|