Skip to content

Commit d269eff

Browse files
committed
fix(pf6): Update README.md (#275)
1 parent 76fb9ca commit d269eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ When adding/making changes to a component, always make sure your code is tested:
129129
- add unit tests to a `[ComponentName].test.tsx` file to your component's directory
130130
- make sure all the core functionality is covered using Cypress component or E2E tests
131131
- add component tests to `cypress/component/[ComponentName].cy.tsx` file and E2E tests to `cypress/e2e/[ComponentName].spec.cy.ts`
132-
- add `ouiaId` to component props definition with a default value of the component name (for subcomponents, let's use `ComponentName-element-specification` naming convention e.g. `ouiaId="WarningModal-confirm-button"`)
132+
- add `ouiaId` to the component props definition with a default value of the component name (for subcomponents, let's use `ComponentName-element-specification` naming convention e.g. `ouiaId="WarningModal-confirm-button"`)
133133

134134
### Styling:
135135
- for styling always use JSS

0 commit comments

Comments
 (0)