From 718af15378818a8ab364a310ecbb30bbec8c878b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Doreau?= Date: Thu, 13 May 2021 18:43:59 +0200 Subject: [PATCH] feat(e2e): add data-testid values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Doreau --- .../core-components/src/layout/HeaderTabs/HeaderTabs.tsx | 1 + plugins/techdocs/src/home/components/DocsCardGrid.tsx | 1 + .../techdocs/src/home/components/TechDocsCustomHome.tsx | 4 ++-- .../src/components/General/UserSettingsMenu.tsx | 8 ++++++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/packages/core-components/src/layout/HeaderTabs/HeaderTabs.tsx b/packages/core-components/src/layout/HeaderTabs/HeaderTabs.tsx index 46fe9f1569..be0857220d 100644 --- a/packages/core-components/src/layout/HeaderTabs/HeaderTabs.tsx +++ b/packages/core-components/src/layout/HeaderTabs/HeaderTabs.tsx @@ -84,6 +84,7 @@ export const HeaderTabs = ({ {tabs.map((tab, index) => ( Read Docs diff --git a/plugins/techdocs/src/home/components/TechDocsCustomHome.tsx b/plugins/techdocs/src/home/components/TechDocsCustomHome.tsx index c5d05f1474..9ef9e54103 100644 --- a/plugins/techdocs/src/home/components/TechDocsCustomHome.tsx +++ b/plugins/techdocs/src/home/components/TechDocsCustomHome.tsx @@ -108,7 +108,7 @@ const CustomPanel = ({ ) : null}
- +
); @@ -183,7 +183,7 @@ export const TechDocsCustomHome = ({ label, }))} /> - + {currentTabConfig.panels.map((config, index) => ( { return ( <> - + - identityApi.signOut()}> + identityApi.signOut()}>