From 35c6ed15fb9a861e1971f0a6a62fbc3c8daf2286 Mon Sep 17 00:00:00 2001 From: EliFrankel Date: Wed, 6 Dec 2023 10:22:49 +0200 Subject: [PATCH 1/2] id --- .../RideDrawer/RideOptions/ServiceOptions/ServiceCard/index.js | 3 ++- .../ActiveRide/RideDrawer/RideOptions/ServiceOptions/index.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/client/Locomotion/src/pages/ActiveRide/RideDrawer/RideOptions/ServiceOptions/ServiceCard/index.js b/examples/client/Locomotion/src/pages/ActiveRide/RideDrawer/RideOptions/ServiceOptions/ServiceCard/index.js index f14a4ed96..982790683 100644 --- a/examples/client/Locomotion/src/pages/ActiveRide/RideDrawer/RideOptions/ServiceOptions/ServiceCard/index.js +++ b/examples/client/Locomotion/src/pages/ActiveRide/RideDrawer/RideOptions/ServiceOptions/ServiceCard/index.js @@ -23,7 +23,7 @@ import FareBreakdownPopup from '../../../../../../popups/FareBreakdownPopup'; const FARE_POPUP = 'farePopup'; -const ServiceCard = ({ service, withBorder }) => { +const ServiceCard = ({ service, withBorder, testID }) => { const theme = useContext(ThemeContext); const { setChosenService, chosenService, serviceEstimations, ride, @@ -104,6 +104,7 @@ const ServiceCard = ({ service, withBorder }) => { return ( <> { {(serviceEstimations || []).map(option => ( Date: Thu, 8 Feb 2024 10:25:42 +0200 Subject: [PATCH 2/2] testid --- .../Locomotion/src/Components/StopPointsViewer/index.tsx | 1 + .../Locomotion/src/Components/TextInput/BottomSheetInput.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/client/Locomotion/src/Components/StopPointsViewer/index.tsx b/examples/client/Locomotion/src/Components/StopPointsViewer/index.tsx index d7e71cb43..1e65bf3bb 100644 --- a/examples/client/Locomotion/src/Components/StopPointsViewer/index.tsx +++ b/examples/client/Locomotion/src/Components/StopPointsViewer/index.tsx @@ -64,6 +64,7 @@ const StopPointsViewer = ({ goBackToAddressSelector }: StopPointsViewerProps) => goBackToAddressSelector(requestStopPoints.length - 1)} > ( { props.onDrag && ( props.onDrag()} onPressOut={() => props.onEndDrag()} > @@ -83,7 +84,7 @@ const BottomSheetInputField = forwardRef((props, ref) => ( { props.remove && ( props.remove()}> - +