From 4529bd58961b6519b25f2ff5bb4f0448a05ff37d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Csneha122=E2=80=9D?= <“sneha@appsmith.com”> Date: Tue, 6 Dec 2022 15:08:16 +0530 Subject: [PATCH] merge conflict issue resolved --- app/client/cypress/support/Objects/CommonLocators.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/client/cypress/support/Objects/CommonLocators.ts b/app/client/cypress/support/Objects/CommonLocators.ts index 83edc3e9bb..adefaa9b83 100644 --- a/app/client/cypress/support/Objects/CommonLocators.ts +++ b/app/client/cypress/support/Objects/CommonLocators.ts @@ -160,7 +160,6 @@ export class CommonLocators { "']"; _dropDownMultiTreeSelect = ".rc-tree-select-multiple"; _omnibarDescription = "[data-cy='description']"; - _debuggerList = ".debugger-list"; _previewModeToggle = ".t--switch-preview-mode-toggle"; _editModeToggle = ".t--switch-comment-mode-off"; }