From 239668d2270e0dd741278d172b96a58273c3666a Mon Sep 17 00:00:00 2001 From: Lene Gadewoll Date: Tue, 25 Jun 2024 11:40:22 +0200 Subject: [PATCH] fix: prevent nested p tag error --- packages/website/docs/01_guidelines/testing/introduction.mdx | 4 ++-- .../website/docs/01_guidelines/testing/recommendations.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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