Skip to content

Commit a9f13dd

Browse files
fix(docsearch): remove data-cy attributes
1 parent f9247b9 commit a9f13dd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/StartScreen.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export function StartScreen(props: StartScreenProps) {
4545
<>
4646
<div className="DocSearch-Hit-action">
4747
<button
48-
data-cy="fav-recent"
4948
className="DocSearch-Hit-action-button"
5049
title="Save this search"
5150
onClick={(event) => {
@@ -63,7 +62,6 @@ export function StartScreen(props: StartScreenProps) {
6362
</div>
6463
<div className="DocSearch-Hit-action">
6564
<button
66-
data-cy="remove-recent"
6765
className="DocSearch-Hit-action-button"
6866
title="Remove this search from history"
6967
onClick={(event) => {
@@ -94,7 +92,6 @@ export function StartScreen(props: StartScreenProps) {
9492
renderAction={({ item, runDeleteTransition }) => (
9593
<div className="DocSearch-Hit-action">
9694
<button
97-
data-cy="remove-fav"
9895
className="DocSearch-Hit-action-button"
9996
title="Remove this search from favorites"
10097
onClick={(event) => {

0 commit comments

Comments
 (0)