diff --git a/app/client/cypress/support/Objects/CommonLocators.ts b/app/client/cypress/support/Objects/CommonLocators.ts index 9597ba5507..1777d26002 100644 --- a/app/client/cypress/support/Objects/CommonLocators.ts +++ b/app/client/cypress/support/Objects/CommonLocators.ts @@ -156,6 +156,6 @@ export class CommonLocators { _cancelActionExecution = ".t--cancel-action-button"; _dropDownMultiTreeValue = (dropdownOption: string) => "//span[@class='rc-tree-select-tree-title']/parent::span[@title='" + dropdownOption + "']"; - _dropDownMultiTreeSelect = ".rc-tree-select-multiple" + _dropDownMultiTreeSelect = ".rc-tree-select-multiple"; _debuggerList = ".debugger-list"; }