File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) => {
You can’t perform that action at this time.
0 commit comments