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"; }