From fe7c633f735adb7c33f9d79ae33130fd517972ac Mon Sep 17 00:00:00 2001 From: pshubham Date: Tue, 17 Dec 2024 12:10:18 +0530 Subject: [PATCH 1/2] Fixed issue template link --- apps/playground-web/components/Playground/Playground.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/playground-web/components/Playground/Playground.tsx b/apps/playground-web/components/Playground/Playground.tsx index 07e8f70..ca5b225 100644 --- a/apps/playground-web/components/Playground/Playground.tsx +++ b/apps/playground-web/components/Playground/Playground.tsx @@ -67,7 +67,7 @@ function Header() {

PlayGround

Date: Tue, 17 Dec 2024 12:32:32 +0530 Subject: [PATCH 2/2] Fix test --- .../components/Playground/__tests__/Playground.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/playground-web/components/Playground/__tests__/Playground.test.tsx b/apps/playground-web/components/Playground/__tests__/Playground.test.tsx index f6d7634..6500b2d 100644 --- a/apps/playground-web/components/Playground/__tests__/Playground.test.tsx +++ b/apps/playground-web/components/Playground/__tests__/Playground.test.tsx @@ -72,7 +72,7 @@ describe('Playground component', () => { expect(submitIssueLinkElement).toBeInTheDocument(); expect(submitIssueLinkElement).toHaveAttribute( 'href', - 'https://github.com/DiceDB/playground-mono/issues/new', + 'https://github.com/DiceDB/playground-mono/issues/new/choose', ); expect(submitIssueLinkElement).toHaveAttribute( 'aria-label',