Browse Source

Removed data-testid from Search ModalTrigger input

maeshinshin 2 years ago
parent
commit
b58cc1884f
1 changed files with 0 additions and 1 deletions
  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
       <input
         className="form-control"
         className="form-control"
         type="input"
         type="input"
-        data-testid="open-search-modal-button"
         value={keywordOnInit}
         value={keywordOnInit}
         onClick={inputClickHandler}
         onClick={inputClickHandler}
         readOnly
         readOnly