Преглед изворни кода

Removed data-testid from Search ModalTrigger input

maeshinshin пре 2 година
родитељ
комит
b58cc1884f
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      apps/app/src/components/SearchPage/SearchModalTriggerInput.tsx

+ 0 - 1
apps/app/src/components/SearchPage/SearchModalTriggerInput.tsx

@@ -22,7 +22,6 @@ export const SearchModalTriggerinput: React.FC<Props> = (props: Props) => {
       <input
         className="form-control"
         type="input"
-        data-testid="open-search-modal-button"
         value={keywordOnInit}
         onClick={inputClickHandler}
         readOnly