update test to be for the container rather than component
This commit is contained in:
@@ -54,7 +54,7 @@ const ChartContainer: React.FC<ChartContainerProps> = ({
|
||||
<ChartView>
|
||||
<View
|
||||
style={[graphStyles.rowContainer, { height: height }]}
|
||||
testID={`line-graph-${testID}`}
|
||||
testID={`chart-container-${testID}`}
|
||||
>
|
||||
<YAxis
|
||||
data={yAxisLeftLabels.values}
|
||||
|
Reference in New Issue
Block a user