diff --git a/dashboard/README.md b/dashboard/README.md
index 7af0d8de8..1b423fcb3 100644
--- a/dashboard/README.md
+++ b/dashboard/README.md
@@ -90,6 +90,7 @@ We will require a story for new shared components like icons, inputs or similar.
- ๐ To view this component on Storybook, run: `npm run storybook`, then pick `Card`
+
- ๐งช To run the unit tests, run: `npm run test:watch`, hit `p`, then `card`
@@ -184,6 +185,7 @@ it('opens the dropdown when clicked', () => {
[**Storybook**](https://storybook.komiser.io/) is a tool for UI development. It makes development faster by isolating components. This allows you to work on one component at a time. If you create a new shared component or want to visualize variations of an existing one, follow these steps:
- To view this component on Storybook locally, run: `npm run storybook`, then pick an example (`Card`) or your new component story
+
### 1. **Create the Story**: