|
|
@@ -264,7 +264,7 @@ const ActivitySelectPage: React.FC = () => {
|
|
|
<Text className="text-gray-500 text-xs">活动图片</Text>
|
|
|
</View> */}
|
|
|
<View className="flex-1">
|
|
|
- <Text className="text-base font-medium text-gray-800 block">
|
|
|
+ <Text className="text-base font-medium text-gray-800 block" data-testid="departure-activity-name-1">
|
|
|
{activity.name}
|
|
|
</Text>
|
|
|
<Text className="text-sm text-gray-500 mt-1 block">
|
|
|
@@ -326,7 +326,7 @@ const ActivitySelectPage: React.FC = () => {
|
|
|
<Text className="text-gray-500 text-xs">活动图片</Text>
|
|
|
</View> */}
|
|
|
<View className="flex-1">
|
|
|
- <Text className="text-base font-medium text-gray-800 block">
|
|
|
+ <Text className="text-base font-medium text-gray-800 block" data-testid="return-activity-name-2">
|
|
|
{activity.name}
|
|
|
</Text>
|
|
|
<Text className="text-sm text-gray-500 mt-1 block">
|