From 51d818a7ed91748f492ba0697568dea3c46f4e93 Mon Sep 17 00:00:00 2001 From: Rajat Agrawal Date: Tue, 8 Aug 2023 12:05:46 +0530 Subject: [PATCH] chore: Add Rajat to codeowners for app viewers cypress tests code review (#26117) This PR adds @rajatagrawal to reviews for cypress tests for app viewers code. The purpose is to review cypress test code and explore possibilities to convert into UI Unit Tests using React Testing Library if possible. --- CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 7390a08867..f3fcd0a62b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -23,7 +23,8 @@ app/client/tsconfig.json @KelvinOm app/client/tsconfig.path.json @KelvinOm # App viewers pod -app/client/src/widgets/* @appsmithorg/app-viewers +app/client/src/widgets/* @appsmithorg/app-viewers @rajatagrawal +app/client/cypress/e2e/Regression/ClientSide/Widgets/* @rajatagrawal app/client/src/components/propertyControls/* @appsmithorg/app-viewers app/client/src/sagas/OneClickBindingSaga.ts @sbalaji1192 @berzerkeer app/client/src/WidgetQueryGenerators/* @sbalaji1192 @berzerkeer