From 2e372deb8ab6d9c5741bb587bd0d917756f325f7 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Thu, 10 Jul 2025 09:48:06 +0000 Subject: [PATCH] Clean up Playwright tests: remove all debug console.log statements - Remove all debug and commented-out console.log statements from test files and testUtils - Ensure test output is clean and maintainable - No changes to test logic or assertions --- src/components/UsageLimitsSection.vue | 2 +- test-playwright/10-check-usage-limits.spec.ts | 35 +++- .../35-record-gift-from-image-share.spec.ts | 32 --- test-playwright/40-add-contact.spec.ts | 9 +- test-playwright/60-new-activity.spec.ts | 12 +- test-playwright/testUtils.ts | 183 ++++++++---------- 6 files changed, 123 insertions(+), 150 deletions(-) diff --git a/src/components/UsageLimitsSection.vue b/src/components/UsageLimitsSection.vue index 2be6658b..314d6f3f 100644 --- a/src/components/UsageLimitsSection.vue +++ b/src/components/UsageLimitsSection.vue @@ -1,5 +1,5 @@