feat: adding tooltips and tests to visual-refresh-toolbar #9143
Annotations
2 errors and 2 warnings
src/__tests__/documenter.test.ts#L8
expect(received).toMatchSnapshot(hint)
Snapshot name: `Documenter definition for app-layout matches the snapshot: app-layout 1`
- Snapshot - 1
+ Received + 1
@@ -325,11 +325,11 @@
#### DrawerTrigger
- `iconName` (IconProps.Name) - (Optional) Specifies the icon to be displayed.
- `iconSvg` (React.ReactNode) - (Optional) Specifies the SVG of a custom icon. For more information, see [SVG icon guidelines](/components/icon/?tabId=api#slots)
#### DrawerAriaLabels
- - `drawerName` (string) - Label for the drawer itself.
+ - `drawerName` (string) - Label for the drawer itself. Also used as the text in the tooltip for the trigger button
- `closeButton` (string) - (Optional) Label for the close button.
- `triggerButton` (string) - (Optional) Label for the trigger button.
- `resizeHandle` (string) - (Optional) Label for the resize handle.
",
"name": "drawers",
at src/__tests__/documenter.test.ts:8:24
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "components-package", "dependencies".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading