From 2f229cbfa01ea7fd06d31df49f1abf450b512d58 Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Sat, 23 May 2026 15:08:03 +0100 Subject: [PATCH] test(join): align e2e with new ContributionAmountField Add data-testid hooks for the contribution amount input and cadence toggle labels so playwright can target them through useId-generated ids. Update join-flow.spec.js to use the new selectors and to assert the new billing-summary copy ('at each annual renewal' / 'each month'), dropping the obsolete '/month x 12' parenthetical. --- app/components/ContributionAmountField.vue | 5 +++-- e2e/join-flow.spec.js | 23 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/components/ContributionAmountField.vue b/app/components/ContributionAmountField.vue index 2f564f1..b8a331a 100644 --- a/app/components/ContributionAmountField.vue +++ b/app/components/ContributionAmountField.vue @@ -12,7 +12,7 @@ :checked="cadence === 'monthly'" @change="onCadenceChange('monthly')" > -