Skip to content

Commit

Permalink
✨Add data testid to new component
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Sep 2, 2024
1 parent 42e8af4 commit ec76a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Swap/AdvancedSwapDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function AdvancedSwapDetails({
</BodySmall>
</TextWithLoadingPlaceholder>
</RowBetween>
<SwapPathComponent trade={trade} />
<SwapPathComponent trade={trade} data-testid="swap__details__path" />
{trade?.platform && (
<RowBetween>
<MouseoverTooltip title={'The platform where the swap will be made.'}>
Expand Down

0 comments on commit ec76a8e

Please sign in to comment.