diff --git a/packages/website/docs/01_guidelines/testing/introduction.mdx b/packages/website/docs/01_guidelines/testing/introduction.mdx index e9ae6d100ec..473ebd6383c 100644 --- a/packages/website/docs/01_guidelines/testing/introduction.mdx +++ b/packages/website/docs/01_guidelines/testing/introduction.mdx @@ -4,10 +4,10 @@ slug: /guidelines/testing id: testing-introduction --- -

+

Learn how we test our code internally and how you should test integration with EUI components to ensure good test coverage and easy maintainability. -

+
## How we test our components diff --git a/packages/website/docs/01_guidelines/testing/recommendations.mdx b/packages/website/docs/01_guidelines/testing/recommendations.mdx index 6cb3f93eb66..7058491319a 100644 --- a/packages/website/docs/01_guidelines/testing/recommendations.mdx +++ b/packages/website/docs/01_guidelines/testing/recommendations.mdx @@ -3,9 +3,9 @@ title: Testing recommendations sidebar_label: Recommendations --- -

+

Our general set of do's and don'ts for testing components and views. -

+
## Choose the right selectors