From ec892d5fab3494d967d0934afbad9a988271b531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Mon, 19 Oct 2020 10:36:03 +0200 Subject: [PATCH] Update PinButton.tsx --- plugins/user-settings/src/components/General/PinButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/user-settings/src/components/General/PinButton.tsx b/plugins/user-settings/src/components/General/PinButton.tsx index a812079133..d1ac8b2043 100644 --- a/plugins/user-settings/src/components/General/PinButton.tsx +++ b/plugins/user-settings/src/components/General/PinButton.tsx @@ -46,7 +46,7 @@ export const PinButton = () => { checked={isPinned} onChange={() => toggleSidebarPinState()} name="pin" - data-test-id="pin" + data-testid="pin" inputProps={{ 'aria-label': 'Pin Sidebar Switch' }} />