From d24039a2528565f87aed4b8e44e5053941a92dfb Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 15 Mar 2022 10:11:19 +0100 Subject: [PATCH] chore: spelling mistake from library needs to be honoured Signed-off-by: blam --- plugins/xcmetrics/src/components/BuildList/BuildList.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/xcmetrics/src/components/BuildList/BuildList.test.tsx b/plugins/xcmetrics/src/components/BuildList/BuildList.test.tsx index d03555f5e2..53471f5e9f 100644 --- a/plugins/xcmetrics/src/components/BuildList/BuildList.test.tsx +++ b/plugins/xcmetrics/src/components/BuildList/BuildList.test.tsx @@ -53,7 +53,7 @@ describe('BuildList', () => { ); userEvent.click( - (await rendered.findAllByLabelText('Detail panel visibility toggle'))[0], + (await rendered.findAllByLabelText('Detail panel visiblity toggle'))[0], ); expect(await rendered.findByText('BuildDetails')).toBeInTheDocument(); });