use searches_needed when displaying telemetry

This commit is contained in:
Carl Furtado
2026-08-21 10:36:30 -04:00
parent e336eea265
commit 1b0e45d52c
+1 -1
View File
@@ -194,7 +194,7 @@ class RewardsTaskUtils:
self.move_to_and_click(close_btn) self.move_to_and_click(close_btn)
print(f"Points earned from 20 searches: {points_earned}/{max_pts}") print(f"Points earned from {searches_needed} searches: {points_earned}/{max_pts}")
def claim_bonus_points(self): def claim_bonus_points(self):
self.switch_to_dashboard() self.switch_to_dashboard()