fix(docsearch): remove data-cy attributes
This commit is contained in:
parent
f9247b9cae
commit
a9f13dd080
1 changed files with 0 additions and 3 deletions
|
|
@ -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) => {
|
||||
|
|
@ -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) => {
|
||||
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue