Skip to content

Commit

Permalink
test: loadmore button test-id
Browse files Browse the repository at this point in the history
  • Loading branch information
tormoseng committed Jan 20, 2025
1 parent a0c17b4 commit d6089bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page-modules/assistant/trip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export default function Trip({ tripQuery, fallback }: TripProps) {
onClick={() => loadMore()}
title={t(PageText.Assistant.trip.fetchMore)}
state={isLoadingMore ? 'loading' : undefined}
testID="loadMoreButton"
/>
)}
</>
Expand Down

0 comments on commit d6089bc

Please sign in to comment.