Skip to content

Commit

Permalink
chore: removes unused test attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Feb 22, 2024
1 parent 28a7bce commit 9f57a16
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/Common/Search/States/WithSearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,7 @@ export const WithSearchBox: FC<SearchBoxProps> = ({ onClose }) => {

return (
<div className={styles.searchBoxModalContainer}>
<div
className={styles.searchBoxModalPanel}
ref={searchBoxRef}
data-test="1"
>
<div className={styles.searchBoxModalPanel} ref={searchBoxRef}>
<div className={styles.searchBoxInnerPanel}>
<div className={styles.searchBoxInputContainer}>
<button
Expand Down

0 comments on commit 9f57a16

Please sign in to comment.