Skip to content

Commit

Permalink
fix(docsearch): remove data-cy attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Aug 24, 2020
1 parent f9247b9 commit a9f13dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/StartScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export function StartScreen(props: StartScreenProps) {
<>
<div className="DocSearch-Hit-action">
<button
data-cy="fav-recent"
className="DocSearch-Hit-action-button"
title="Save this search"
onClick={(event) => {
Expand All @@ -63,7 +62,6 @@ export function StartScreen(props: StartScreenProps) {
</div>
<div className="DocSearch-Hit-action">
<button
data-cy="remove-recent"
className="DocSearch-Hit-action-button"
title="Remove this search from history"
onClick={(event) => {
Expand Down Expand Up @@ -94,7 +92,6 @@ export function StartScreen(props: StartScreenProps) {
renderAction={({ item, runDeleteTransition }) => (
<div className="DocSearch-Hit-action">
<button
data-cy="remove-fav"
className="DocSearch-Hit-action-button"
title="Remove this search from favorites"
onClick={(event) => {
Expand Down

0 comments on commit a9f13dd

Please sign in to comment.