Browser Test Migration Checklist¶
Source of truth for migrating legacy Selenium [TestMethod] coverage from Raklet.UI.Test.1 through Raklet.UI.Test.5 into the PowerShell browse-test runner.
Inventoried 2026-05-13. Coverage refreshed 2026-06-04 by triaging all 141 [ ] rows against the browse-test header Source rows covered: blocks and the user-journeys each consolidated test exercises (PR #TBD). Re-run the row-by-row triage when new browse-tests land if their headers don't explicitly enumerate the Selenium rows they subsume.
Summary¶
- Total Selenium entries inventoried: 422
- Migrated
[x]: 288 (90% of the 319 addressable rows) - Smoke page-load: 22
- admin-regression: 165
- payment-regression: 101
- Real-gap
[ ]: 31 (no current browse-test exercises the user journey) - Disabled/retired
[disabled]: 103 (includes EM-1 Outlook 2FA rows, About Us, marketing-host redirects, and Selenium rows that never worked)
Note on consolidation¶
A migrated Selenium row may be 1:1 (one browse-test per Selenium method) OR consolidated (one browse-test covers many parameterized Selenium variants — e.g. 27-social-content-mutation.ps1 subsumes the 5 CreateBoard1..5 + 2 UpdateBoard1..2 rows as one boards/pages/posts CRUD journey). For audit, the Notes column records the covering browse-test path; explicitly-named rows in the test's header are tagged migrated-<suite>, implicitly-subsumed rows say "implicitly subsumed by <path> (
Migration Rules¶
[x]means migrated intobrowse-testsand verified in the target suite.[ ]means eligible for migration after route, selector, fixture, and cleanup details are confirmed.[disabled]means the Selenium test is commented out or otherwise inactive; do not migrate it automatically.- Mutating tests must define a unique run prefix, created records, cleanup path, and fallback cleanup note before migration.
- Payment and email tests stay out of default smoke until sandbox/mailbox ownership and rerun cleanup are proven.
Quarantined tests (chronic flakes)¶
A migrated [x] test can still be quarantined via
browse-tests/known-failures.json (the single registry run.ps1 reads at
startup) when it fails chronically on ci-vm-1's pr-ci.yml against .raklet.org
for reasons unrelated to the change under test. A quarantined test still runs and
reports its real red status (the canary is preserved), but it runs once instead
of twice and its failure does not gate the suite — so it stops burning the retry
budget that was timing out the ci job. Quarantine is not a coverage decision
and does not change a row's [x]/[ ] state; it is reversible by deleting the
test's entry from known-failures.json.
As of 2026-06-07, 8 admin-regression tests are quarantined (root cause +
tracking per test in browse-test-failures-status.md,
tracked under ENG-62):
20-social-content-read-only, 21-application-form-fields-requiredness,
26-contacts-dashboard-count, 27-social-content-mutation,
28-social-settings-mutation, 36-messages-sender-identities, and the ENG-53
contact-mutation pair 28-contact-details-mutation + 28-contact-segment-mutation.
The first live pr-ci run also showed admin-regression is now ~68 min of mostly
legitimate runtime, so pr-ci.yml's timeout-minutes was raised 90 → 120 to let
payment-regression finish; parallelizing the regression suites off the single
ci-vm-1 runner is the structural follow-up.
Checklist¶
| Migrated | Status | Source | Method | Target suite | Allowed environments | Mutation | Fixture strategy | Cleanup strategy | Notes |
|---|---|---|---|---|---|---|---|---|---|
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationFormTests.cs:16 |
UpdateApplicationFormSectionsGeneralTestAccount |
admin-regression | .raklet.org (gercek org) |
admin mutation | unique run prefix | prefix-tagged copy on gercek org | browse-tests/admin-regression/19-application-form-update-sections.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationFormTests.cs:32 |
AddAndRemoveTheFieldsAndCheckApplicationModalTestQuickRegister |
admin-regression | .raklet.org (gercek org) |
admin mutation | stable gercek org field catalog | none | browse-tests/admin-regression/20-application-form-add-remove-fields.ps1 (QuickRegister replaced with gercek) |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationFormTests.cs:43 |
ApplicationFormFieldsRequirednessTestQuickRegister |
admin-regression | .raklet.org (gercek org) |
admin mutation | unique email per run | manual cleanup | browse-tests/admin-regression/21-application-form-fields-requiredness.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationFormTests.cs:54 |
CreateCustomFieldFromModalAndUseQuickRegister |
admin-regression | .raklet.org (gercek org) |
admin mutation | prefix-tagged custom field | field remains on org until removed | browse-tests/admin-regression/22-application-form-create-custom-field.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationFormTests.cs:69 |
EnableDisableCreditCardFormQuickRegister |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | Stripe Standard Destination sandbox fixture from helpers/application-form-payment.ps1 |
creates prefix-tagged application submissions; resets registration fee to 0 in finally | browse-tests/payment-regression/19-application-form-credit-card-toggle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:49 |
ApplicationFormCreditCardAndPlanEnabledStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/06-application-form-plan-stripe-standard-destination.ps1 |
PM-1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:68 |
ApplicationFormCreditCardAndPlanEnabledStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/07-application-form-plan-stripe-custom-destination.ps1 |
PM-1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:87 |
ApplicationFormCreditCardAndPlanEnabledStripeStandardDirect |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/08-application-form-plan-stripe-standard-direct.ps1 |
PM-1 |
| [disabled] | disabled | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:107 |
ApplicationFormCreditCardAndPlanEnabledIyzicoConnectTry |
payment-regression | none until keep/retire decision | payment mutation | TBD | do not migrate automatically | |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:131 |
ApplicationFormCreditCardApplicationFeeEnabledStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/09-application-form-fee-stripe-standard-destination.ps1 |
PM-1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:150 |
ApplicationFormCreditCardApplicationFeeEnabledStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/10-application-form-fee-stripe-custom-destination.ps1 |
PM-1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:169 |
ApplicationFormCreditCardApplicationFeeEnabledStripeStandardDirect |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/11-application-form-fee-stripe-standard-direct.ps1 |
PM-1 |
| [disabled] | disabled | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:190 |
ApplicationFormCreditCardApplicationFeeEnabledIyzicoConnectTry |
payment-regression | none until keep/retire decision | payment mutation | TBD | do not migrate automatically | |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:213 |
ApplicationFormCreditCardApplicationFeeAndPlanEnabledStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/12-application-form-fee-and-plan-stripe-standard-destination.ps1 |
PM-1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:232 |
ApplicationFormCreditCardApplicationFeeAndPlanEnabledStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/13-application-form-fee-and-plan-stripe-custom-destination.ps1 |
PM-1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:251 |
ApplicationFormCreditCardApplicationFeeAndPlanEnabledStripeStandardDirect |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/14-application-form-fee-and-plan-stripe-standard-direct.ps1 |
PM-1 |
| [disabled] | disabled | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:272 |
ApplicationFormCreditCardApplicationFeeAndPlanEnabledIyzicoConnectTry |
payment-regression | none until keep/retire decision | payment mutation | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:293 |
ApplicationFormCreditCardApplicationFeeAndPlanEnabledIyzicoConnectTryCaracoles |
payment-regression | none until keep/retire decision | payment mutation | TBD | do not migrate automatically | |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:318 |
InvalidEmailTestsWithStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/15-application-form-invalid-email-stripe-standard-destination.ps1 |
PM-1 |
| [disabled] | disabled | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:343 |
ApplicationFormCreditCardActiveAndInvalidPaymentCardApplicationFeeIyzicoConnectTry |
payment-regression | none until keep/retire decision | payment mutation | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:363 |
ApplicationFormCreditCardActiveAndInvalidPaymentCardPlanEnabledIyzicoConnectTry |
payment-regression | none until keep/retire decision | payment mutation | TBD | do not migrate automatically | Stripe is rejected on the failed test card application screen. This test is inactive. |
| [disabled] | disabled | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:369 |
ApplicationFormCreditCardActiveAndInvalidPaymentCardPlanEnabledIyzicoConnectTry |
payment-regression | none until keep/retire decision | payment mutation | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:389 |
AutoApproveApplicationTestQuickRegister |
payment-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | Stripe is rejected on the failed test card application screen. This test is inactive. |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ApplicationFormTests/Tests/ApplicationProcessTests.cs:391 |
AutoApproveApplicationTestQuickRegister |
payment-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | browse-tests/payment-regression/16-application-form-auto-approve-quick-register.ps1 |
PM-1; uses BROWSE_TEST_PERMALINK |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/BillingTests/BillingTests.cs:12 |
UpgradeFromFreeToAllSubscriptionPlansWithMonthlyPricesQuickRegister |
payment-regression | .raklet.org when QuickRegister browse helper exists | payment mutation | Stripe test card + QuickRegister onboarding | deferred: SKIP until QuickRegister billing port | browse-tests/payment-regression/07-billing-upgrade-plans-monthly-quickregister.ps1 (SKIP) |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/BillingTests/BillingTests.cs:19 |
UpgradeFromFreeToAllSubscriptionPlansWithAnnualPricesQuickRegister |
payment-regression | .raklet.org when QuickRegister browse helper exists | payment mutation | Stripe test card + QuickRegister onboarding | deferred: SKIP until QuickRegister billing port | browse-tests/payment-regression/08-billing-upgrade-plans-annual-quickregister.ps1 (SKIP) |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/BillingTests/BillingTests.cs:25 |
UpdateInvoiceDetailsInBillingGeneralTestAccount |
payment-regression | .raklet.org (gercek org) |
payment mutation | general test account | owned invoice email/details per run prefix | browse-tests/payment-regression/06-billing-update-invoice-details.ps1 |
| [disabled] | disabled | Raklet.UI.Test.1/BillingTests/BillingTests.cs:36 |
CheckPayoutsAndPayoutDetails |
payment-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:16 |
TagContactWithNewTagGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:24 |
TagContactWithAlreadyAvailableTagGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:33 |
ContactDetailPageNotesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:39 |
ContactDetailPageFilesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix, owned contact, base64 attachment fixture | file group and attachment deleted inline; contact deleted in finally | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:46 |
ContactDetailPageEmailTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned contact | transient email deleted inline; contact deleted in finally | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:53 |
ContactDetailPageAddressTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:60 |
ContactDetailPagePhoneTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:67 |
ContactDetailPageWorkTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:74 |
ContactDetailPageEducationTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned contact | education row deleted inline; contact deleted in finally | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:81 |
ContactDetailPageMembershipUpdateTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:88 |
ContactDetailPageSubscriptionsTestGeneralTestAccount |
payment-regression | .raklet.org (gercek org) |
payment mutation | unique contact per run; needs Test Membership Plan | contact + subscription deleted in test | browse-tests/payment-regression/09-contact-subscriptions-crud.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:95 |
ContactDetailPageScheduledPaymentsTestGeneralTestAccount |
payment-regression | .raklet.org when stripeTestCard configured | payment mutation | BROWSE_TEST_STRIPE_TEST_CARD | scheduled payment deleted in test | browse-tests/payment-regression/10-contact-scheduled-payments-crud.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:102 |
ContactDetailPagePaymentsTestGeneralTestAccount |
payment-regression | .raklet.org (gercek org) |
payment mutation | unique contact per run | payment deleted in test | browse-tests/payment-regression/11-contact-payments-crud.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:109 |
ContactDetailPageDebtsTestGeneralTestAccount |
payment-regression | .raklet.org; .raklet.net after cleanup approval | payment mutation | unique contact per run | invoice/debt deleted in test; contact deleted in finally | browse-tests/payment-regression/11-contact-debts-crud.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:115 |
ContactDetailPageSubscriptionRemindersGeneralTestAccount |
payment-regression | .raklet.org; needs Test Plan For Subscription Reminders | payment mutation | unique contact; reminders deleted in test | webjob may be slow locally | browse-tests/payment-regression/12-contact-subscription-reminders.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:122 |
ContactDetailPageScheduledDonationTestGeneralTestAccount |
payment-regression | .raklet.org when stripeTestCard configured | payment mutation | BROWSE_TEST_STRIPE_TEST_CARD | donation deleted in test | browse-tests/payment-regression/13-contact-scheduled-donations-crud.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:129 |
ContactDetailPageDonationTestGeneralTestAccount |
payment-regression | .raklet.org (gercek org) |
payment mutation | unique contact per run | donation deleted in test | browse-tests/payment-regression/14-contact-donations-crud.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:136 |
ContactDetailSettingsTabCheckboxCheckTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned contact | settings toggled on/off on owned contact; contact deleted in finally | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:143 |
ContactDetailSettingsTabRolesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:150 |
ContactDetailSettingsTabCreditCardTestGeneralTestAccount |
payment-regression | .raklet.org/.raklet.net when Stripe sandbox fixture is configured | payment mutation | BROWSE_TEST_STRIPE_TEST_CARD plus sandbox payment account fixture | card deleted in test; contact deleted in finally | browse-tests/payment-regression/10-contact-settings-credit-card.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactDetails/ContactDetailsTests.cs:157 |
ContactDetailSettingsTabDeleteMemberTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/28-contact-details-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:20 |
PersonContactAddAndUpdateTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-contacts-add-update-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:44 |
CompanyContactAddAndUpdateTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-contacts-add-update-mutation.ps1 |
| [disabled] | disabled | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:67 |
ContactSearchTestGeneralTestAccount |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:74 |
ContactShowHideColumnsTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | manager preference mutation | contacts grid must have rows | restores First Name/Gender column visibility to original state in finally | browse-tests/admin-regression/27-contacts-show-hide-columns.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:81 |
ContactCheckTotalNumberOfContactsFromDashboardGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | browse-tests/admin-regression/26-contacts-dashboard-count.ps1 |
| [disabled] | disabled | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:89 |
ContactGridAndPaginationCheckGeneralTestAccount |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:96 |
ContactSegmentTestsGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned contact/segment | segment deleted in test/backstop cleanup; contact deleted in finally | browse-tests/admin-regression/28-contact-segment-mutation.ps1 |
| [disabled] | disabled | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:103 |
ContactFilterByFirstNameFilterTypeIsGeneralTestAccount |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:112 |
ContactFilterByLastNameFilterTypeIsNotGeneralTestAccount |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:122 |
ContactFilterByEmailAddressFilterTypeContainsGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | browse-tests/admin-regression/27-contacts-filter-email-contains.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:133 |
MemberAddAndUpdateBasicTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-contacts-add-update-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/ContactTests/ContactsTests.cs:147 |
CorporateMemberAddAndUpdateBasicTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-contacts-add-update-mutation.ps1 |
| [disabled] | disabled | Raklet.UI.Test.1/LoginTests/LoginTest.cs:16 |
StripeCustomDestinationLoginWithoutPermalink |
payment-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/LoginTests/LoginTest.cs:26 |
StripeCustomDestinationLoginFromSocialNetwork |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/payment-regression/03-login-stripe-custom-destination.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/LoginTests/LoginTest.cs:37 |
StripeCustomDestinationLoginWithPermalink |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/payment-regression/05-login-stripe-custom-destination-permalink.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/LoginTests/LoginTest.cs:48 |
CustomDomainLoginFromSocialNetworkCustomDomain |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/admin-regression/14-login-custom-domain.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/LoginTests/LoginTest.cs:58 |
CustomDomainLoginWithPermalinkCustomDomain |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/admin-regression/18-login-custom-domain-permalink.ps1 |
| [ ] | todo | Raklet.UI.Test.1/LoginTests/LoginTest.cs:68 |
QuickRegisterTest |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | RO-2 deferred: creates a new organisation (mutation); not read-only |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/LoginTests/LoginTest.cs:75 |
RakletLoginMemberInvalidPasswordTestLoginWithPermalink |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/admin-regression/11-login-invalid-password-member.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.1/LoginTests/LoginTest.cs:91 |
IyzicoInvalidPasswordTestLoginWithoutPermalink |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/payment-regression/02-login-invalid-password-iyzico.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/LoginTests/LoginTest.cs:106 |
RakletLoginCustomDomainInvalidPasswordTest |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/admin-regression/12-login-invalid-password-custom-domain.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/LoginTests/LoginTest.cs:122 |
ForgotPasswordInvaildMailTests |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/admin-regression/13-login-forgot-password-invalid-email.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/LoginTests/LoginTest.cs:129 |
SelectOrganisationTest |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/admin-regression/16-login-select-organisation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.1/LoginTests/LoginTest.cs:135 |
TestsForPublicPagesAndUserSession |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/admin-regression/15-login-public-pages-session.ps1 |
| [ ] | todo | Raklet.UI.Test.1/LoginTests/LoginTest.cs:141 |
StartFreeTrialTestWithQuickRegister |
admin-regression | .raklet.net once Stripe sandbox fixture is wired | admin mutation | new trial org per run (created by QuickRegister) | destroy via Remove-RakletOrganisationViaInjector in finally (browse-tests/helpers/organisation.ps1) |
cleanup helper landed in this PR; remaining work is the QuickRegister + Onboarding UI flow + Stripe-trial card entry — tracked under ENG-55 follow-up |
| [disabled] | disabled | Raklet.UI.Test.1/MediaGalleryTests/MediaGalleryTestscs.cs:15 |
UploadSingleImageToMediaGalleryTest_QuickRegister |
admin-regression | none until keep/retire decision | needs triage | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.1/MediaGalleryTests/MediaGalleryTestscs.cs:21 |
UploadALargeImageToMediaGalleryTest_QuickRegister |
admin-regression | none until keep/retire decision | needs triage | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.1/MediaGalleryTests/MediaGalleryTestscs.cs:27 |
UploadAnImageToMediaGalleryWithUnsafeCharactersTest_QuickRegister |
admin-regression | none until keep/retire decision | needs triage | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.1/MediaGalleryTests/MediaGalleryTestscs.cs:33 |
UploadAnImageToPostContentTextAngularTest_QuickRegister |
admin-regression | none until keep/retire decision | needs triage | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.1/MediaGalleryTests/MediaGalleryTestscs.cs:39 |
UpdateLogoTest_QuickRegister |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.1/MediaGalleryTests/MediaGalleryTestscs.cs:45 |
UploadBoardImageTest_QuickRegister |
admin-regression | none until keep/retire decision | needs triage | TBD | do not migrate automatically | |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/AppStoreTests/Core/AppStoreCoreTests.cs:15 |
EnableDisableAllTheAppsInAppStoreTestQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | existing app-store cards; skips Contacts/no-toggle and paid Mobile App modal | no rows are created; script restores each targeted app to its initial selected state in finally | browse-tests/admin-regression/37-app-store-enable-disable-mutation.ps1; read-only shell remains in browse-tests/admin-regression/08-app-store-core-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/AppStoreTests/Integrations/AppStoreIntegrationsTests.cs:15 |
EnableDisableTheAppInIntegrationsGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | Google Analytics integration card | no rows are created; script restores Google Analytics to its initial selected state in finally | browse-tests/admin-regression/37-app-store-enable-disable-mutation.ps1; includes edit-page/settings assertion |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/AppStoreTests/Zapier/AppstoreZapierTests.cs:16 |
CheckLoadZapierPageAndTestDetailsOfTheAppGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/admin-regression/04-app-store-zapier-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/DirectoryTests/DirectoryTests.cs:18 |
TestCreateUpdateDeleteDirectoryGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-directory-create-update-delete.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/DirectoryTests/DirectoryTests.cs:31 |
TestSearchFunctionalityOfDirectoryGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-directory-search.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/DirectoryTests/DirectoryTests.cs:41 |
CheckFormRequirementsOfDirectoryGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/28-directory-form-requirements.ps1 |
| [disabled] | disabled | Raklet.UI.Test.2/EmailTests/Automated/EmailAutomatedTests.cs:17 |
SetEmailTemplateSettingsQuickRegister |
email-regression | none until keep/retire decision | external side effect | TBD | do not migrate automatically | |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/Campaigns/CampaignTests.cs:13 |
AddUpdateDeleteCampaignStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/06-fundraising-campaign-crud.ps1 |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromAdminPage/DonationFromAdminPageTests.cs:15 |
CreateUpdateDeleteDonationTestStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/07-fundraising-admin-donation-crud.ps1 |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkInvalidCardTests.cs:13 |
PublicDonationInvalidCardTestStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/08-fundraising-public-donation-stripe.ps1 (invalid-card branch) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkInvalidCardTests.cs:26 |
PublicDonationInvalidCardTestIyzico |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/09-fundraising-public-donation-iyzico.ps1 (invalid-card branch) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkInvalidCardTests.cs:39 |
PublicDonationTestIyzicoInvalidCardFallbackCaracoles |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/09-fundraising-public-donation-iyzico.ps1 (caracoles-fallback invalid branch; opt-in via BROWSE_TEST_IYZICO_FALLBACK_CARD) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkInvalidCardTests.cs:54 |
PrivateDonationTestInvalidCardStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/10-fundraising-private-donation-stripe.ps1 (invalid-card branch) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkInvalidCardTests.cs:67 |
PrivateDonationTestInvalidCardIyzico |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/11-fundraising-private-donation-iyzico.ps1 (invalid-card branch) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkInvalidCardTests.cs:80 |
PrivateDonationTestInvalidCardIyzicoFallbackCaracoles |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/11-fundraising-private-donation-iyzico.ps1 (caracoles-fallback invalid branch; opt-in via BROWSE_TEST_IYZICO_FALLBACK_CARD) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkTests.cs:14 |
PublicDonationTestStripeCustomDestionation |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/08-fundraising-public-donation-stripe.ps1 (valid-card path; covers whichever Connect mode the sandbox sub-org is wired to) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkTests.cs:27 |
PublicDonationTestStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/08-fundraising-public-donation-stripe.ps1 (single sandbox sub-org covers all 3 Connect modes per fixture contract) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkTests.cs:40 |
PublicDonationTestStripeStandardDirect |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/08-fundraising-public-donation-stripe.ps1 (single sandbox sub-org covers all 3 Connect modes per fixture contract) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkTests.cs:53 |
PublicDonationTestIyzico |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/09-fundraising-public-donation-iyzico.ps1 (valid-card primary path) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkTests.cs:66 |
PublicDonationTestIyzicoFallbackCaracoles |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/09-fundraising-public-donation-iyzico.ps1 (caracoles-fallback valid branch; opt-in via BROWSE_TEST_IYZICO_FALLBACK_CARD) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkTests.cs:80 |
PrivateDonationTestStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/10-fundraising-private-donation-stripe.ps1 (valid-card path) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkTests.cs:93 |
PrivateDonationTestStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/10-fundraising-private-donation-stripe.ps1 (single sandbox sub-org covers all 3 Connect modes per fixture contract) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkTests.cs:106 |
PrivateDonationTestStripeStandardDirect |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/10-fundraising-private-donation-stripe.ps1 (single sandbox sub-org covers all 3 Connect modes per fixture contract) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkTests.cs:119 |
PrivateDonationTestIyzico |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/11-fundraising-private-donation-iyzico.ps1 (valid-card primary path) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/DonationsFromSocialNetwork/Tests/DonationFromSocialNetworkTests.cs:132 |
PrivateDonationTestIyzicoFallbackCaracoles |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/11-fundraising-private-donation-iyzico.ps1 (caracoles-fallback valid branch; opt-in via BROWSE_TEST_IYZICO_FALLBACK_CARD) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/Scheduled Donations/ScheduledDonationsTests.cs:16 |
TestAllProcessOfScheduledDonationsOneTimeStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/12-fundraising-scheduled-donations.ps1 (OneTime interval) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/Scheduled Donations/ScheduledDonationsTests.cs:34 |
TestAllProcessOfScheduledDonationsMonthlyStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/12-fundraising-scheduled-donations.ps1 (Monthly interval) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/Scheduled Donations/ScheduledDonationsTests.cs:52 |
TestAllProcessOfScheduledDonationsYearlyStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/12-fundraising-scheduled-donations.ps1 (Yearly interval) |
PM-3 |
| [x] | migrated-payment-regression | Raklet.UI.Test.2/FundraisingTests/Settings/FundraisingSettingsTests.cs:17 |
TestIfFundraisingSettingsUpdatedStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | browse-tests/payment-regression/13-fundraising-settings-update.ps1 |
PM-3 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:11 |
TestCreateUpdateDeleteEmailMessagesModuleQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/34-messages-email-draft-lifecycle.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:17 |
TestCreateEmailThenDeleteFromEditor |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/34-messages-email-draft-lifecycle.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:22 |
TestCreateAndDuplicateEmailThenDeleteFromEditor |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/34-messages-email-draft-lifecycle.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:28 |
TestCreateEmailTemplateMessagesModuleQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/35-messages-template.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:34 |
CheckAutomatedTemplateSettingsMessagesModuleQuickRegister |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/admin-regression/05-messages-automated-template-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:40 |
TestDeleteDefaultTemplateMessagesModuleQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/34-messages-email-draft-lifecycle.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:46 |
TestSentEmailWithInvalidAccountThenDeleteFromEditorMessagesModuleQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/34-messages-email-draft-lifecycle.ps1 |
| [disabled] | disabled | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:51 |
TestDragAndDropThenCheckImageTextRightElementFromMessageModuleQuickRegister |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:58 |
TestDragAndDropThenCheckImageTextLeftElementFromMessageModuleQuickRegister |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:65 |
TestDragAndDropThenCheckImageText2x2ElementFromMessageModuleQuickRegister |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:72 |
TestDragAndDropThenCheckImageText3x2tElementFromMessageModuleQuickRegister |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:79 |
TestDragAndDropThenCheckButtonAndPaymentButtonElementsFromMessageModuleQuickRegister |
payment-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:85 |
TestDragAndDropThenCheckSocialIconsElementsFromMessageModuleQuickRegister |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:91 |
TestDragAndDropThenCheckImageElementsFromMessageModuleQuickRegister |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:96 |
TestDragAndDropThenCheckDriverElementsFromMessageModuleQuickRegister |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:101 |
TestDragAndDropThenCheckTitleElementsFromMessageModuleQuickRegister |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:107 |
TestDeleteDefaultEmailSenderMessagesModuleQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/36-messages-sender-identities.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:113 |
TestAddEmailSenderThenDeleteMessagesModuleQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/36-messages-sender-identities.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:124 |
TestUpdateDefaultEmailSenderMessagesModuleQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/36-messages-sender-identities.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/MessageModuleTests/MessagesModuleTests.cs:134 |
TestSentEmailFromMessages |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/34-messages-email-draft-lifecycle.ps1 |
| [x] | migrated-smoke | Raklet.UI.Test.2/SmsTests/SmsTests.cs:30 |
TestSmsOverviewPageLoadGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/smoke/06-manager-module-page-loads.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/SmsTests/SmsTests.cs:37 |
TestSmsSendMessagePageLoadGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by create-view assertion in browse-tests/admin-regression/03-sms-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.2/SmsTests/SmsTests.cs:44 |
TestSmsHistoryPageLoadGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by overview history assertion in browse-tests/admin-regression/03-sms-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/ActionLogsTests/ActionLogsTests.cs:30 |
TestActionLogsPageLoadGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/admin-regression/01-action-logs-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/ActionLogsTests/ActionLogsTests.cs:37 |
TestActionLogsFilterByUserGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by Requested By filter assertion in browse-tests/admin-regression/01-action-logs-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/ActionLogsTests/ActionLogsTests.cs:44 |
TestActionLogsFilterByActionTypeGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by action group/action key filter assertions in browse-tests/admin-regression/01-action-logs-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/ActionLogsTests/ActionLogsTests.cs:51 |
TestActionLogsPaginationGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by optional View More assertion in browse-tests/admin-regression/01-action-logs-read-only.ps1 |
| [x] | migrated-smoke | Raklet.UI.Test.3/HelpCenterTests/HelpCenterTests.cs:30 |
TestHelpCenterSetupGuidePageLoadGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/smoke/10-help-billing-page-loads.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/HelpCenterTests/HelpCenterTests.cs:37 |
TestHelpCenterSetupGuideNavigationGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/admin-regression/02-help-center-navigation.ps1 |
| [x] | migrated-smoke | Raklet.UI.Test.3/ReportsTests/ReportsTests.cs:30 |
TestReportsOverviewPageLoadGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/smoke/04-reports.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.3/ReportsTests/ReportsTests.cs:37 |
TestReportsPaymentsPageLoadGeneralTestAccount |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/payment-regression/01-reports-payments-read-only.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.3/ReportsTests/ReportsTests.cs:44 |
TestReportsPaymentsFilterByDateRangeGeneralTestAccount |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/payment-regression/01-reports-payments-read-only.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.3/ReportsTests/ReportsTests.cs:51 |
TestReportsPaymentsExportGeneralTestAccount |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by browse-tests/payment-regression/04-reports-payments-export.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/APIToken/ApiTokenTests.cs:19 |
CreateAPITokenQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned API token create/delete flow in browse-tests/admin-regression/23-settings-core-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/APIToken/ApiTokenTests.cs:25 |
DeleteAPITokenQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned API token cleanup flow in browse-tests/admin-regression/23-settings-core-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/CustomCss/CustomCssTests.cs:13 |
AddCustomCSSQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by custom CSS save marker in browse-tests/admin-regression/23-settings-core-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Export/ExportTests.cs:12 |
ContactExportAllColumnsTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by export dialog option coverage in browse-tests/admin-regression/23-settings-core-mutation.ps1 (mutation pair); read-only shell already covered by browse-tests/admin-regression/09-exports-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Export/ExportTests.cs:18 |
ContactExportCurrentColumnsTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by export dialog option coverage in browse-tests/admin-regression/23-settings-core-mutation.ps1 (mutation pair); read-only shell already covered by browse-tests/admin-regression/09-exports-read-only.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.3/SettingsTests/Export/ExportTests.cs:24 |
ReportsExportTestStripeCustomDestination |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by export-affordance assertions in browse-tests/payment-regression/02-reports-payments-export-read-only.ps1; does not click Export to avoid email/export side effects |
| [disabled] | disabled | Raklet.UI.Test.3/SettingsTests/Export/ExportTests.cs:30 |
ActionLogsExportTestGeneralTestAccount |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | Failing since release Release-578 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:13 |
ArchiveUnarchiveSystemFieldTestQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by system-field toggle in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:21 |
CustomFieldAddUpdateArchiveTestQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned field create/update/archive in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:29 |
CustomFieldAddCustomFieldTest_SingleLine_Text_Public_QuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by public single-line field creation in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:37 |
CustomFieldAddCustomFieldTest_MultiLine_Text_Public_QuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by public multi-line field creation in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:45 |
CustomFieldAddCustomFieldTest_Checkbox_Text_Public_QuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by public checkbox field creation in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:53 |
CustomFieldAddCustomFieldTest_Date_Text_Public_QuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by public date field creation in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:61 |
CustomFieldAddCustomFieldTest_Dropdown_Text_Public_QuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by public dropdown field creation in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:69 |
CustomFieldAddCustomFieldTest_File_Text_Public_QuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by public file field creation in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:77 |
CustomFieldAddCustomFieldTest_RadioButtons_Text_Public_QuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by public radio button field creation in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:90 |
CheckCustomFieldFieldTest_File_Text_AdminsOnly_GeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by admins-only assertions in browse-tests/admin-regression/07-fields-read-only.ps1 |
| [ ] | deferred | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:108 |
CheckCustomFieldCustomFieldTest_RadioButtons_Text_ContactOnly_GeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | deferred: live behavior does not match the Selenium expectation; the original helper asserts the field should be hidden in both branches, so migrate only after the fixture expectation is clarified |
| [disabled] | disabled | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:127 |
CheckCustomFieldCustomFieldTest_Date_Text_MembersOnly_GeneralTestAccount |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:145 |
CheckCustomFieldCustomFieldTest_Number_Text_SubscribersOnly_GeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by subscriber visibility assertions in browse-tests/admin-regression/11-fields-subscriber-visibility.ps1 (SKIPs when subscriber-fixture env vars not set) |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:168 |
EditDateCustomFieldTest_GeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned date field fixture in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:179 |
EditRadioButtonCustomFieldTest_GeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned radio field fixture in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:191 |
EditDropdownCustomFieldTest_GeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned dropdown field fixture in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:203 |
EditCheckboxCustomFieldTest_GeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned checkbox field fixture in browse-tests/admin-regression/24-settings-fields-mutation.ps1; was misclassified as read-only in the original checklist (Selenium helper actually updates an existing checkbox value) |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Fields/FieldsTests.cs:215 |
EditMultiLineTextCustomFieldTest_GeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned multi-line field fixture in browse-tests/admin-regression/24-settings-fields-mutation.ps1 |
| [ ] | deferred-fixture | Raklet.UI.Test.3/SettingsTests/General/GeneralSettingsTests.cs:20 |
GeneralSettingsQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | owned organization settings fixture required | document created records and cleanup path before migration | deferred: mutates shared organization identity/settings; needs an owned fixture contract before browse migration |
| [ ] | deferred-mailbox-fixture | Raklet.UI.Test.3/SettingsTests/Invite/InviteTest.cs:12 |
InviteManagerTestQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | deferred: invitation sends email and should wait for mailbox fixture coverage |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Login/LoginSettingsTests.cs:16 |
LoginSettingsAllAcceptedQuickRegister |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by accepted-preview assertion in browse-tests/admin-regression/06-login-settings-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Login/LoginSettingsTests.cs:24 |
LoginSettingsAllDeclinedQuickRegister |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by declined-preview assertion in browse-tests/admin-regression/06-login-settings-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Navigation/NavigationTests.cs:23 |
AddNavigationMenuQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by add/delete navigation menu flow in browse-tests/admin-regression/23-settings-core-mutation.ps1 |
| [disabled] | disabled | Raklet.UI.Test.3/SettingsTests/Navigation/NavigationTests.cs:29 |
EnableDisableMobileNavigationTestQuickRegister |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Navigation/NavigationTests.cs:35 |
AddNavigationMenuCustomDomainTest |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by the same navigation menu mutation on current org in browse-tests/admin-regression/23-settings-core-mutation.ps1; custom-domain login fixture remains covered separately |
| [disabled] | disabled | Raklet.UI.Test.3/SettingsTests/Navigation/NavigationTests.cs:41 |
EnableDisableMobileNavigationCustomDomainTest |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.3/SettingsTests/Notifications/NotificationsTests.cs:18 |
EnableAndDisableNotificationsQuickRegister |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | Since we removed this page and created a new one for managers settings this test is not needed anymore |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Roles/RoleTests.cs:22 |
AddRoleForEmailModulesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Roles/RoleTests.cs:28 |
AddRoleForSmsModulesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Roles/RoleTests.cs:34 |
AddRoleForEventsModulesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned role creation/cleanup in browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Roles/RoleTests.cs:40 |
AddRoleForFundraisingModulesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned role creation/cleanup in browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Roles/RoleTests.cs:46 |
AddRoleForContactsModulesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned role creation/cleanup in browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Roles/RoleTests.cs:52 |
AddRoleForSocialModulesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned role creation/cleanup in browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Roles/RoleTests.cs:58 |
AddRoleForSettingsModulesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned role creation/cleanup in browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Roles/RoleTests.cs:64 |
AddRoleForReportingModulesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned role creation/cleanup in browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Roles/RoleTests.cs:70 |
AddRoleForJobBoardModulesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned role creation/cleanup in browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Roles/RoleTests.cs:76 |
AddRoleForMembershipModulesTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned role creation/cleanup in browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [ ] | deferred-payment-fixture | Raklet.UI.Test.3/SettingsTests/Roles/RoleTests.cs:82 |
AddRoleForBillingModulesTestGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | deferred to payment batch because billing role coverage is payment-scoped |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Tags/SettingsTagTests.cs:26 |
TagsTestMembersCanChooseQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned tag creation/cleanup in browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Tags/SettingsTagTests.cs:33 |
TagsTestMembersCantSeeAndChooseQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | covered by owned tag creation/cleanup in browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.3/SettingsTests/Tags/SettingsTagTests.cs:40 |
ImportContactTestQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/25-settings-roles-tags-mutation.ps1 |
| [disabled] | disabled | Raklet.UI.Test.3/SettingsTests/Tags/SettingsTagTests.cs:47 |
SeeContactsTestQuickRegister |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.3/SettingsTests/Tags/SettingsTagTests.cs:54 |
CheckContactCountIsCorrect |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.3/SettingsTests/Tags/SettingsTagTests.cs:61 |
CheckImportContactStatusTestQuickRegister |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.3/SettingsTests/Tags/SettingsTagTests.cs:79 |
TagsTestMembersCanSeeandChooseQuickRegister |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.3/SettingsTests/Tags/SettingsTagTests.cs:88 |
TagsTestMembersCanSeeQuickRegister |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:19 |
AnnouncementPagesLoadTestStripeStandardDestination |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [disabled] | disabled | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:25 |
EventsPageLoadTestGeneralTestAccount |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | Failing since release Release-549 |
| [disabled] | disabled | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:31 |
MembershipCreatePageLoadTestGeneralTestAccount |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | Failing since release Release-561 |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:37 |
DonationsPageLoadTestGeneralTestAccount |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:43 |
MembersPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:49 |
CorporateMembersPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:55 |
CompaniesPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:63 |
SectorsPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:71 |
SchoolsPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:79 |
CitiesPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:87 |
CountriesPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:95 |
TagsPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:103 |
JobPostingsPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:109 |
JobSeekersPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:120 |
ProfileDropdownMenuProfilePageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:126 |
ProfileDropdownMenuPaymentsPageLoadTestGeneralTestAccount |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:132 |
ProfileDropdownMenuDonationsPageLoadTestStripeStandardDestination |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:138 |
ProfileDropdownMenuTicketsPageLoadTestStripeStandardDestination |
payment-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:144 |
ProfileDropdownMenuSettingsPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:150 |
ProfileDropdownMenuAdminPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [x] | migrated-smoke | Raklet.UI.Test.3/SocialNetworkPageLoadTests/SocialNetworkPageLoadTests.cs:156 |
ProfileDropdownMenuLogoutPageLoadTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | |
| [disabled] | disabled | Raklet.UI.Test.3/UrlRedirectTests/UrlRedirectTests.cs:11 |
TestEnvironmentAnonymousUrlRedirectTestGeneralTestAccount |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.3/UrlRedirectTests/UrlRedirectTests.cs:18 |
TestEnvironmentNonAnonymousUrlRedirectTestGeneralTestAccount |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | production-only-monitor (TODO: keep/retire decision) | Raklet.UI.Test.3/UrlRedirectTests/UrlRedirectTests.cs:25 |
ProductionEnvironmentAnonymousUrlRedirectTestProductionTestAccount |
admin-regression | production marketing edge (raklet.com) | read-only | stable general test account data | none | covered by browse-tests/admin-regression/17-url-redirect-marketing.ps1 (anonymous); hard-disabled locally — opt in with BROWSE_TESTS_RUN_PRODUCTION_MARKETING_MONITOR=1. TODO: marketing-host www-normalization is DNS/CDN/edge concern, not app regression — decide whether to retire this test outright or relocate as a production uptime monitor (Cloudflare/Statuscake/etc) outside the regression suite. |
| [disabled] | production-only-monitor (TODO: keep/retire decision) | Raklet.UI.Test.3/UrlRedirectTests/UrlRedirectTests.cs:32 |
ProductionEnvironmentNonAnonymousUrlRedirectTestProductionTestAccount |
admin-regression | production marketing edge (raklet.com) | read-only | stable general test account data | none | covered by browse-tests/admin-regression/17-url-redirect-marketing.ps1 (authenticated); hard-disabled locally — opt in with BROWSE_TESTS_RUN_PRODUCTION_MARKETING_MONITOR=1. TODO: same as above row — keep as prod monitor or retire. |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPending/JobsPendingTests.cs:17 |
TestJobPostingFullTimeToPartTimeAndOnsiteToRemoteGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/29-jobs-pending-create-update.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPending/JobsPendingTests.cs:36 |
TestJobPostingPartTimeToInternAndHybridToOnsiteGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/29-jobs-pending-create-update.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPending/JobsPendingTests.cs:54 |
TestJobPostingFreelanceToVolunteerAndRemoteToHybridGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/29-jobs-pending-create-update.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPending/JobsPendingTests.cs:72 |
TestJobPostingVolunteerToInternAndOnsiteToHybridGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/29-jobs-pending-create-update.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPending/JobsPendingTests.cs:90 |
TestJobStatusPendingToPublishedGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/30-jobs-pending-status.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPending/JobsPendingTests.cs:104 |
TestJobStatusPendingToDraftGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/30-jobs-pending-status.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPending/JobsPendingTests.cs:117 |
TestJobStatusPendingToDeletedGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/30-jobs-pending-status.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPending/JobsPendingTests.cs:132 |
TestJobStatusPublishedToPendingGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/30-jobs-pending-status.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPending/JobsPendingTests.cs:146 |
CheckFormRequirementsOfJobsFormGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | browse-tests/admin-regression/32-jobs-form-requirements.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPublished/JobsPublishedTests.cs:22 |
ApproveJobPostingFullTimeToPartTimeAndOnsiteToRemote |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/31-jobs-published-approve.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPublished/JobsPublishedTests.cs:41 |
ApproveJobPostingPartTimeToInternshipAndHybridToOnsite |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/31-jobs-published-approve.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPublished/JobsPublishedTests.cs:59 |
ApproveJobPostingFreelanceToVolunteerAndRemoteToHybrid |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/31-jobs-published-approve.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsPublished/JobsPublishedTests.cs:78 |
ApproveJobPostingVolunteerToInternshipAndOnsiteToHybrid |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/31-jobs-published-approve.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsSettings/JobsSettingsTest.cs:18 |
JobSettingsWithJobPosting |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | am6-job-settings- + browse run prefix |
removes jobs by position prefix before and after the scenario | browse-tests/admin-regression/33-jobs-settings.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/JobsTests/JobsSettings/JobsSettingsTest.cs:26 |
JobSettingsWithoutJobPosting |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | am6-job-settings- + browse run prefix |
removes jobs by position prefix before and after the scenario | browse-tests/admin-regression/33-jobs-settings.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/LaunchSocialNetwork/CareerTests/JobSeekersTests/SocialNetworkJobSeekersTests.cs:23 |
LookingForAJobWithJobTypeFullTimeGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | current member profile restored in finally | restores original job seeker fields | browse-tests/admin-regression/42-social-jobseeker-profile-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/LaunchSocialNetwork/CareerTests/JobSeekersTests/SocialNetworkJobSeekersTests.cs:36 |
UpdateLookingForAJobWithJobTypeFullTimeToPartTimeGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | current member profile restored in finally | restores original job seeker fields | browse-tests/admin-regression/42-social-jobseeker-profile-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/LaunchSocialNetwork/CareerTests/JobSeekersTests/SocialNetworkJobSeekersTests.cs:60 |
CheckLookingForAJobWhileVisibiltyIsClosedGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | read-only controls covered by browse-tests/admin-regression/21-social-career-read-only.ps1; Selenium helper also changes profile visibility, so mutation parity belongs in AM-4 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/LaunchSocialNetwork/CareerTests/JobsTests/SocialNetworkJobsTests.cs:22 |
CreateAJobPosterFromSocialNetworkGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-social-career-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/LaunchSocialNetwork/CareerTests/JobsTests/SocialNetworkJobsTests.cs:43 |
CreateAndUpdateJobPosterFromSocialNetworkGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-social-career-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/LaunchSocialNetwork/CareerTests/JobsTests/SocialNetworkJobsTests.cs:76 |
CreateAndDeleteJobPosterFromSocialNetworkGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-social-career-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/LaunchSocialNetwork/CareerTests/JobsTests/SocialNetworkJobsTests.cs:96 |
FilterJobPostsByPositionNameGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | filter control covered by browse-tests/admin-regression/21-social-career-read-only.ps1; Selenium helper creates a job first, so seeded-result parity belongs in AM-4 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/LaunchSocialNetwork/CareerTests/JobsTests/SocialNetworkJobsTests.cs:115 |
FilterJobPostsByCompanyNameGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | filter control covered by browse-tests/admin-regression/21-social-career-read-only.ps1; Selenium helper creates a job first, so seeded-result parity belongs in AM-4 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/LaunchSocialNetwork/CareerTests/JobsTests/SocialNetworkJobsTests.cs:134 |
FilterJobPostsByJobTypeGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | filter control covered by browse-tests/admin-regression/21-social-career-read-only.ps1; Selenium helper creates a job first, so seeded-result parity belongs in AM-4 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/LaunchSocialNetwork/CareerTests/JobsTests/SocialNetworkJobsTests.cs:154 |
CheckAccessibilityOfAnApprovedJobFromSocialNetworkGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | browse-tests/admin-regression/26-social-career-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:17 |
CreateBoardGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:31 |
CreateBoard2GeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:46 |
CreateBoard3GeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:61 |
CreateBoard4GeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:76 |
CreateBoard5GeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:91 |
UpdateBoardGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:112 |
UpdateBoard2GeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:131 |
BoardDetailsEditBoardAndCheckViewGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:150 |
BoardDetailsAddUpdateDeletePostToBoardGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:167 |
BoardDetailsAddUpdateDeleteSubscriptionToBoardAdminPanelGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:184 |
SubscribeToBoardFromSocialNetworkBoardDetailsGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned board | unsubscribes in-test; deletes owned board in finally | browse-tests/admin-regression/43-social-board-subscribe-portal-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:196 |
CheckFormRequirementsOfBoardsGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | read-only board create/list shell covered by browse-tests/admin-regression/20-social-content-read-only.ps1; Selenium helper creates/deletes a board, so mutation parity belongs in AM-4 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:205 |
AddTheTestOfIsVisibleonFeedFunctionalityforBoards |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialBoards/BoardsTests.cs:219 |
SubscribeAndUnsubscribeToBoardFromSettingsTests |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialComments/CommentsTests.cs:15 |
TestAllProcessesOfCommentsGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned post | deletes comment in-test; deletes owned post in finally | browse-tests/admin-regression/44-social-comments-mutation.ps1 |
| [disabled] | disabled | Raklet.UI.Test.4/SocialTests/SocialDashboard/SocialDashboardTests.cs:13 |
CheckCustomizeYourAccountButtonQuickRegister |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | closed due to Organisation card moved to Branding page instead Settings |
| [disabled] | disabled | Raklet.UI.Test.4/SocialTests/SocialDashboard/SocialDashboardTests.cs:20 |
CheckPublishAboutUsButtonQuickRegister |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | About Us feature retired (CEO confirmed 2026-05-19); browse-tests assertion removed from 19-social-dashboard-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialDashboard/SocialDashboardTests.cs:27 |
CheckUpdateNavigationButtonQuickRegister |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by setup/action assertions in browse-tests/admin-regression/19-social-dashboard-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialDashboard/SocialDashboardTests.cs:34 |
CheckChooseLoginOptionsButtonQuickRegister |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by setup/action assertions in browse-tests/admin-regression/19-social-dashboard-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialDashboard/SocialDashboardTests.cs:41 |
CheckLaunchSocialNetworkButtonQuickRegister |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | covered by launch/social dashboard assertions in browse-tests/admin-regression/19-social-dashboard-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialPages/PagesTests.cs:14 |
TestPagevisibilityPublicToOnlyMembersstatusPublishedToDraftGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialPages/PagesTests.cs:30 |
TestPagevisibilityOnlyMembersToPublicstatusDraftToPublishedGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialPages/PagesTests.cs:46 |
TestPagevisibilityOnlyPlansToOnlyMembersstatusDraftToPublishedGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialPages/PagesTests.cs:62 |
TestPagevisibilityOnlyPlansToPublicstatusPublishedToDraftGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialPages/PagesTests.cs:78 |
TestPagevisibilityPublicToOnlyPlansstatusPublishedToDraftGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialPages/PagesTests.cs:94 |
TestGoToPageButtonAndClickTitleLinkInThePageListGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialPages/PagesTests.cs:107 |
CheckFormRequirementsOfPagesGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | read-only page create/list shell covered by browse-tests/admin-regression/20-social-content-read-only.ps1; Selenium helper creates/deletes a page, so mutation parity belongs in AM-4 |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialPosts/PostsTests.cs:17 |
CreatePostNoSpecificBoardsOnlyMembersPublishedNoSpecificPlansEEEGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialPosts/PostsTests.cs:30 |
CreatePostNoSpecificBoardsOnlyMembersDraftSpecificPlansDDDGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialPosts/PostsTests.cs:42 |
CreatePostSpecificBoardsOnlyMembersPendingSpecificPlansEDEGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialPosts/PostsTests.cs:54 |
CreatePostSpecificBoardsPublicPublishedDEEGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialPosts/PostsTests.cs:66 |
CreatePostNoSpecificBoardsPublicDeclinedEEDGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialPosts/PostsTests.cs:79 |
UpdatePostGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialPosts/PostsTests.cs:96 |
UpdatePost2GeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialPosts/PostsTests.cs:112 |
CheckFormRequirementsOfPostsGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | read-only post create/list shell covered by browse-tests/admin-regression/20-social-content-read-only.ps1; Selenium helper creates/deletes a post, so mutation parity belongs in AM-4 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialPosts/PostsTests.cs:122 |
PostSearchTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | browse-tests/admin-regression/27-social-content-mutation.ps1 |
| [disabled] | disabled | Raklet.UI.Test.4/SocialTests/SocialSettings/AboutUsTests/SettingsAboutUsTests.cs:15 |
SetAboutUsPageSettingsAndCheckGeneralTestAccount |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | About Us feature retired (CEO confirmed 2026-05-19); browse-tests assertion removed from 20-social-content-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.4/SocialTests/SocialSettings/AccessTests/SettingsAccessTests.cs:22 |
TestOnlyMemberAccessGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned board/settings restore | restores access settings; deletes owned board in finally | browse-tests/admin-regression/49-social-only-member-access-mutation.ps1 |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialSettings/AccessTests/SettingsAccessTests.cs:35 |
TestOnlyPlanSubscribersAccessGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [disabled] | disabled | Raklet.UI.Test.4/SocialTests/SocialSettings/GeneralTests/SettingsGeneralTests.cs:19 |
SetHomePageBoardEntityGeneralTestAccount |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.4/SocialTests/SocialSettings/GeneralTests/SettingsGeneralTests.cs:31 |
SetHomePagePostEntityGeneralTestAccount |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.4/SocialTests/SocialSettings/GeneralTests/SettingsGeneralTests.cs:44 |
SetHomePagePageEntityGeneralTestAccount |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.4/SocialTests/SocialSettings/GeneralTests/SettingsGeneralTests.cs:56 |
SetHomePageDefaultGeneralTestAccount |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialSettings/MessagingTests/SettingsMessagingTests.cs:15 |
SendMessageBySendAMessageButtonStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialSettings/MessagingTests/SettingsMessagingTests.cs:22 |
SendMessageByMemberchatStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialSettings/MessagingTests/SettingsMessagingTests.cs:30 |
SendMessageByMemberProfileStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SocialSettings/MessagingTests/SettingsMessagingTests.cs:38 |
DisableMessagingAmongMembersStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SubscripeToPlan/SubscribeToPlanTests.cs:21 |
SubscribeToFreePlanTestGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SubscripeToPlan/SubscribeToPlanTests.cs:27 |
SubscribeToMonthlyPlanWithRegisteredCardGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SubscripeToPlan/SubscribeToPlanTests.cs:33 |
SubscribeToMonthlyPlanScheduledPaymentWithRegisteredCardGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SubscripeToPlan/SubscribeToPlanTests.cs:39 |
SubscribeToMonthlyPlan |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.4/SocialTests/SubscripeToPlan/SubscribeToPlanTests.cs:45 |
SubscribeToMonthlyPlanScheduledPayment |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:13 |
AddTicketTypePaidTicketGeneralLimitedGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:32 |
AddTicketTypeDonationTicketGeneralLimitedGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:53 |
AddTicketTypeFreeTicketGeneralLimitedGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:72 |
AddTicketTypePaidTicketGeneralLimitlessGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:91 |
AddTicketTypeDonationTicketGeneralLimitlessGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:111 |
AddTicketTypeFreeTicketGeneralLimitlessGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:131 |
AddTicketTypePaidTicketMembersOnlyLimitedGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:150 |
AddTicketTypeDonationTicketMembersOnlyLimitedGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:170 |
AddTicketTypeFreeTicketMembersOnlyLimitedGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:189 |
AddTicketTypePaidTicketMembersOnlyLimitlessGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:208 |
AddTicketTypeDonationTicketMembersOnlyLimitlessGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/AddTicketTypeTests/AddTicketTypeTests.cs:229 |
AddTicketTypeFreeTicketMembersOnlyLimitlessGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/06-events-stripe-ticket-type-lifecycle.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/CouponsTests/CouponsTests.cs:16 |
CouponAddAndDeleteTestStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates one unique coupon; cleanup deletes coupon in finally | covered by browse-tests/payment-regression/07-events-stripe-coupon-add-delete.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/EventsTests/Events/EventsTests.cs:13 |
AddVenueEventTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/23-events-add-venue-event.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/EventsTests/Events/EventsTests.cs:30 |
AddOnlineEventTestGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/24-events-add-online-event.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/EventsTests/Events/EventsTests.cs:47 |
CloneOnlineEventGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/25-events-clone-online-event.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/EventsTests/Events/EventsTests.cs:64 |
CloneVenueEventGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | needs triage | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-events-clone-venue-event.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:18 |
StripeCustomDestPublicEventPurchaseFreeTicketMembersOnlyLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:27 |
StripeCustomDestPublicEventPurchaseFreeTicketPublicLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:36 |
StripeCustomDestPublicEventPurchaseDonationTicketMembersOnlyLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:45 |
StripeCustomDestPublicEventPurchaseDonationTicketPublicLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:54 |
StripeCustomDestPublicEventPurchasePaidTicketMembersOnlyLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:63 |
StripeCustomDestPublicEventPurchasePaidTicketPublicLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:75 |
StripeCustomDestMembersOnlyEventPurchasePaidTicketMembersOnlyLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:84 |
StripeCustomDestMembersOnlyEventPurchasePaidTicketPublicLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:93 |
StripeCustomDestMembersOnlyEventPurchaseDonationTicketMembersOnlyLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:102 |
StripeCustomDestMembersOnlyEventPurchaseDonationTicketPublicLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:111 |
StripeCustomDestMembersOnlyEventPurchaseFreeTicketMembersOnlyLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitedTicketTests/StripeCustomDestinationPurchaseTicketTests.cs:119 |
StripeCustomDestMembersOnlyEventPurchaseFreeTicketPublicLimited |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/08-events-stripe-limited-ticket-purchase.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:54 |
PublicEventTicketPurchaseForEventsHomeDetailsIyzico |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:66 |
PublicEventTicketPurchaseForEventsHomeDetailsIyzicoFallbackCaracoles |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:78 |
PublicEventTicketPurchaseForEventsHomeDetailsStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:90 |
PublicEventTicketPurchaseForEventsHomeDetailsStripeCustomDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:102 |
PublicEventTicketPurchaseForEventsHomeDetailsStripeStandardDirect |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:116 |
MembersSpecialEventTicketPurchaseFromEventsHomeDetailsIyzico |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:128 |
MembersSpecialEventTicketPurchaseFromEventsHomeDetailsIyzicoFallbackCaracoles |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:141 |
MembersSpecialEventTicketPurchaseFromEventsHomeDetailsStripeStandardDestinaton |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:154 |
MembersSpecialEventTicketPurchaseFromEventsHomeDetailsStripeStandardDirect |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:167 |
FreePublicEventTicketTestFromEventsHomeDetailsPage |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:180 |
FreeMembersSpecialEventTicketTestFromEventsHomeDetailsPage |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:194 |
FreeTicketTestFromAtTheDoorPage |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:207 |
PaidTicketPurchaseTestFromAtTheDoorIyzico |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:220 |
PaidTicketPurchaseTestFromAtTheDoorStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/EventsTests/PurchaseTicketTests/LimitlessTicketTests/UpdatedLimitlessTicketTests.cs:233 |
PaidTicketPurchaseTestFromAtTheDoorStripeStandardDirect |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | creates isolated event/ticket registration; cleanup deletes event + tag in finally | covered by browse-tests/payment-regression/09-events-stripe-limitless-and-at-door.ps1 |
| [disabled] | disabled | Raklet.UI.Test.5/EventsTests/Settings/SettingsTests.cs:11 |
SettingsTestStripeCustomDestination |
payment-regression | none until keep/retire decision | payment mutation | TBD | do not migrate automatically | removed because Email templates are not editable anymore |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/ApplicationsTests/MembershipApplicationsTests.cs:13 |
SearchForMemberTestGeneralTestAccount |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | browse-tests/admin-regression/38-membership-applications-search-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/ApplicationsTests/MembershipApplicationsTests.cs:19 |
ExportMemberListGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | stable general test account data | export queue item remains, matching Selenium behavior | browse-tests/admin-regression/47-membership-applications-export.ps1 |
| [disabled] | disabled | Raklet.UI.Test.5/MembershipTests/DashboardTests/MembershipDashboardTests.cs:18 |
MembershipDashboardCheckActiveAndTotalSubscriptions |
payment-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | Failing since release Release-551 |
| [disabled] | disabled | Raklet.UI.Test.5/MembershipTests/DashboardTests/MembershipDashboardTests.cs:24 |
MembershipDashboardCheckLoadOfTheGraphs |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | Failing since release Release-551 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/DashboardTests/MembershipDashboardTests.cs:30 |
CheckMembershipDashboardButtonsQuickRegister |
admin-regression | .raklet.org, .raklet.net | read-only | stable general test account data | none | browse-tests/admin-regression/39-membership-dashboard-buttons-read-only.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/DebtsTests/MembershipDebtsTests.cs:11 |
TestAllProcessesOfMembershipDebtsGeneralTestAccount |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned contact/debt | deletes debt in-test; deletes owned contact in finally | browse-tests/admin-regression/46-membership-debts-mutation.ps1 |
| [ ] | todo | Raklet.UI.Test.5/MembershipTests/DebtsTests/PayDebtsTests/PayMembershipFeeTests/PayMembershipFeeTests.cs:11 |
PayMembershipFeeStripeStandardDestination |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [disabled] | disabled | Raklet.UI.Test.5/MembershipTests/DebtsTests/PayDebtsTests/PayMembershipFeeTests/PayMembershipFeeTests.cs:22 |
PayMembershipFeeStripeCustomDestination |
payment-regression | none until keep/retire decision | payment mutation | TBD | do not migrate automatically | |
| [ ] | todo | Raklet.UI.Test.5/MembershipTests/DebtsTests/PayDebtsTests/PayMembershipFeeTests/PayMembershipFeeTests.cs:33 |
PayMembershipFeeStripeStandardDirect |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [disabled] | disabled | Raklet.UI.Test.5/MembershipTests/DebtsTests/PayDebtsTests/PayMembershipFeeTests/PayMembershipFeeTests.cs:44 |
PayMembershipFeeIyzicoConnectTry |
payment-regression | none until keep/retire decision | payment mutation | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/MembershipTests/DebtsTests/PayDebtsTests/PayMembershipFeeTests/PayMembershipFeeTests.cs:55 |
PayMembershipFeeIyzicoConnectTryFallbackCaracoles |
payment-regression | none until keep/retire decision | payment mutation | TBD | do not migrate automatically | |
| [ ] | todo | Raklet.UI.Test.5/MembershipTests/PaymentsTests/MembershipPaymentsTests.cs:15 |
TestAllProcessesOfMembershipPaymentsGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/MembershipTests/PlansTests/MembershipPlansTests.cs:18 |
CreateOneTimeMembershipPlan |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | browse-tests/payment-regression/17-membership-plan-crud.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/MembershipTests/PlansTests/MembershipPlansTests.cs:27 |
CreateMonthlyMembershipPlan |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | browse-tests/payment-regression/17-membership-plan-crud.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/MembershipTests/PlansTests/MembershipPlansTests.cs:38 |
CreateYearlyMembershipPlan |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | browse-tests/payment-regression/17-membership-plan-crud.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/MembershipTests/PlansTests/MembershipPlansTests.cs:48 |
UpdateMembershipPlan |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | browse-tests/payment-regression/17-membership-plan-crud.ps1 |
| [ ] | todo | Raklet.UI.Test.5/MembershipTests/ScheduledPayments/ScheduledPaymentTests.cs:14 |
TestAllProcessesOfScheduledPaymentsTestsGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/DigitalCardTests/DigitalCardTests.cs:15 |
UpdateDigitalCardWithQRFormatMessageTypeLaunchCheckInGeneralTestAccountMail |
admin-regression | .raklet.org, .raklet.net | admin mutation | digital-card settings restored in finally | restores original card settings; partial canary in 40-digital-card-launch-check-in-settings-read-only.ps1 |
browse-tests/admin-regression/50-digital-card-launch-check-in-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/DigitalCardTests/DigitalCardTests.cs:38 |
UpdateDigitalCardWithQRFormatMessageTypeReturnContactId |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | digital-card settings restored in finally | restores original card settings | browse-tests/admin-regression/51-digital-card-update-settings-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/DigitalCardTests/DigitalCardTests.cs:61 |
UpdateDigitalCardWithQRFormatMessageTypeLaunchProfileGeneralTestAccountMail |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | digital-card settings restored in finally | restores original card settings | browse-tests/admin-regression/51-digital-card-update-settings-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/DigitalCardTests/DigitalCardTests.cs:85 |
TestScanDigitalCardLaunchProfileOnAdminPanelGeneralTestAccountMail |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | digital-card settings restored in finally | restores original card settings | browse-tests/admin-regression/48-digital-card-scan-actions-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/DigitalCardTests/DigitalCardTests.cs:108 |
TestScanDigitalCardReturnContactIdGeneralTestAccountMail |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | digital-card settings restored in finally | restores original card settings | browse-tests/admin-regression/48-digital-card-scan-actions-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/DigitalCardTests/DigitalCardTests.cs:131 |
TestScanDigitalCardLaunchCheckInGeneralTestAccountMail |
admin-regression | .raklet.org, .raklet.net | admin mutation | digital-card settings restored in finally | restores original card settings; partial canary in 41-digital-card-scan-check-in-read-only.ps1 |
browse-tests/admin-regression/50-digital-card-launch-check-in-mutation.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/GeneralTests/MembershipSettingsGeneralTests.cs:17 |
EnableApplicationForm |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | implicitly subsumed by browse-tests/payment-regression/06-application-form-plan-stripe-standard-destination.ps1 (PM-1 helper toggles MembershipSettings.ApplicationFormEnabled at membership/settings/general/) |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/GeneralTests/MembershipSettingsGeneralTests.cs:23 |
TestDisableApplicationForm |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | implicitly subsumed by browse-tests/payment-regression/06-application-form-plan-stripe-standard-destination.ps1 (PM-1 helper's cleanup path toggles back to disabled) |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/GeneralTests/MembershipSettingsGeneralTests.cs:29 |
TestEnableBankTransfer |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | settings restored in finally | restores original membership general settings | browse-tests/admin-regression/45-membership-settings-general-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/GeneralTests/MembershipSettingsGeneralTests.cs:35 |
TestDisableBankTransfer |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | settings restored in finally | restores original membership general settings | browse-tests/admin-regression/45-membership-settings-general-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/GeneralTests/MembershipSettingsGeneralTests.cs:41 |
TestUpdateInvoiceText |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | settings restored in finally | restores original membership general settings | browse-tests/admin-regression/45-membership-settings-general-mutation.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/MembershipCouponsTests/CouponsTests.cs:14 |
TestPercentageTypeDiscountGeneralTestAccountMail |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | browse-tests/payment-regression/18-membership-coupon-crud.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/MembershipTests/SettingsTests/MembershipCouponsTests/CouponsTests.cs:30 |
TestFixedAmountTypeDiscountGeneralTestAccountMail |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | browse-tests/payment-regression/18-membership-coupon-crud.ps1 |
| [ ] | todo | Raklet.UI.Test.5/MembershipTests/SubscriptionsTests/MembershipSubscriptionTests.cs:16 |
TestAllProcessOfSubscriptionsTestsGeneralTestAccount |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | document created records and cleanup path before migration | |
| [ ] | todo | Raklet.UI.Test.5/MembershipTests/SubscriptionsTests/MembershipSubscriptionTests.cs:25 |
TestSubscriptionsFilteringAndSortingGeneralTestAccount |
payment-regression | .raklet.org, .raklet.net | payment mutation | owned subscription fixture required | 20-membership-subscriptions-filtering-sorting.ps1 is partial read-only coverage only; still needs owned contact/subscription fixture parity |
|
| [x] | migrated-admin-regression | Raklet.UI.Test.5/OnboardingTests/OnboardingTests.cs:17 |
UpdateContactInfoTestQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-contacts-add-update-mutation.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/OnboardingTests/OnboardingTests.cs:25 |
DataImportContactsTestQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-contacts-add-update-mutation.ps1 |
| [x] | migrated-payment-regression | Raklet.UI.Test.5/OnboardingTests/OnboardingTests.cs:33 |
ActivatePaymentAccountTestWithQuickRegister |
payment-regression | .raklet.net after sandbox fixture approval; local only if configured | payment mutation | sandbox payment/test account fixtures required | no persistent mutation; verifies payment activation entry point only | covered by browse-tests/payment-regression/10-onboarding-activate-stripe-payment-account.ps1 |
| [x] | migrated-admin-regression | Raklet.UI.Test.5/OnboardingTests/OnboardingTests.cs:41 |
AddContactTestQuickRegister |
admin-regression | .raklet.org; .raklet.net after cleanup approval | admin mutation | unique run prefix and owned test records required | document created records and cleanup path before migration | browse-tests/admin-regression/26-contacts-add-update-mutation.ps1 |
| [disabled] | disabled-source-mismatch | Raklet.UI.Test.5/OnboardingTests/OnboardingTests.cs:52 |
VisitTheSocialNetworkQuickRegister |
admin-regression | none until keep/retire decision | needs triage | current source no longer contains ENG-55's TestPaymentSettingsAfterOnboarding at this line |
do not migrate automatically | ENG-55 requested post-onboarding payment-settings state at line 52, but current source line 52 is VisitTheSocialNetworkQuickRegister; payment-settings entry point coverage is already tracked by ActivatePaymentAccountTestWithQuickRegister / browse-tests/payment-regression/10-onboarding-activate-stripe-payment-account.ps1 |
| [disabled] | disabled | Raklet.UI.Test.5/OnboardingTests/OnboardingTests.cs:64 |
CreateNewOrganisationQuickRegister |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | inceleyip geri acilcak |
| [disabled] | disabled | Raklet.UI.Test.5/OnboardingTests/OnboardingTests.cs:70 |
UpdateContactInfoTestNewOrganisation |
admin-regression | none until keep/retire decision | admin mutation | TBD | do not migrate automatically | |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:47 |
EmailActivationAndSetPassTestingUsingAldeLabsEmailInTest |
email-regression | .raklet.net only after mailbox/secrets approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:53 |
ResetPasswordEmailTestingUsingAldeLabsEmailAndLoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:59 |
ResetPasswordEmailTestingUsingAldeLabsEmailAndV3LoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:65 |
SetPasswordEmailTestingUsingAldeLabsEmailAndLoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:71 |
SetPasswordEmailTestingUsingAldeLabsEmailAndV3LoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:77 |
ApplicationReceivedEmailTestingUsingAldeLabsEmailInTest2x |
email-regression | .raklet.net only after mailbox/secrets approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:83 |
Email2FATestingUsingAldeLabsEmailAndV3LoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:89 |
Email2FATestingUsingAldeLabsEmailAndLoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:95 |
EmailActivationAndSetPassTestingUsingAldeRocksEmailInTest |
email-regression | .raklet.net only after mailbox/secrets approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:101 |
ResetPasswordEmailTestingUsingAldeRocksEmailAndLoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:107 |
ResetPasswordEmailTestingUsingAldeRocksEmailAndV3LoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:113 |
SetPasswordEmailTestingUsingAldeRocksEmailAndLoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:119 |
SetPasswordEmailTestingUsingAldeRocksEmailAndV3LoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:125 |
ApplicationReceivedEmailTestingUsingAldeRocksEmailInTest2x |
email-regression | .raklet.net only after mailbox/secrets approval | external side effect | owned mailbox or message fixture required | document created records and cleanup path before migration | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:132 |
Email2FATestingUsingAldeRocksEmailAndV3LoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled-backlog | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:138 |
Email2FATestingUsingAldeRocksEmailAndLoginUrlInTest |
email-regression | .raklet.net only after mailbox/secrets approval | read-only | stable general test account data | none | backlog: Selenium "Outlook" email tests only trigger sends via UI clicks; they never read the inbox or assert content. No mailbox fixture is needed. Re-enable if/when we add real inbox-content verification as a deliberate scope upgrade. |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:146 |
EmailActivationAndSetPassTestingUsingAldeLabsEmailInProd |
email-regression | none until keep/retire decision | external side effect | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:152 |
EmailActivationAndSetPassTestingUsingHumpixEmailInProd |
email-regression | none until keep/retire decision | external side effect | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:158 |
ResetPasswordEmailTestingUsingAldeLabsEmailAndLoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:164 |
ResetPasswordEmailTestingUsingHumpixEmailAndLoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:170 |
ResetPasswordEmailTestingUsingAldeLabsEmailAndV3LoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:176 |
ResetPasswordEmailTestingUsingHumpixEmailAndV3LoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:183 |
SetPasswordEmailTestingUsingAldeLabsEmailAndLoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:189 |
SetPasswordEmailTestingUsingHumpixEmailAndLoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:195 |
SetPasswordEmailTestingUsingAldeLabsEmailAndV3LoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:201 |
SetPasswordEmailTestingUsingHumpixEmailAndV3LoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:207 |
ApplicationReceivedEmailTestingUsingAldeLabsEmailInProd2x |
email-regression | none until keep/retire decision | external side effect | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:213 |
ApplicationReceivedEmailTestingUsingHumpixEmailInProd2x |
email-regression | none until keep/retire decision | external side effect | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:219 |
Email2FATestingUsingAldeLabsEmailAndV3LoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:225 |
Email2FATestingUsingAldeLabsEmailAndLoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:231 |
EmailActivationAndSetPassTestingUsingAldeRocksEmailInProd |
email-regression | none until keep/retire decision | external side effect | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:237 |
ResetPasswordEmailTestingUsingAldeRocksEmailAndLoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:243 |
ResetPasswordEmailTestingUsingAldeRocksEmailAndV3LoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:250 |
SetPasswordEmailTestingUsingAldeRocksEmailAndLoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:256 |
SetPasswordEmailTestingUsingAldeRocksEmailAndV3LoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:262 |
ApplicationReceivedEmailTestingUsingAldeRocksEmailInProd2x |
email-regression | none until keep/retire decision | external side effect | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:269 |
Email2FATestingUsingAldeRocksEmailAndV3LoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/OutlookEmailTests/OutlookEmailTests.cs:275 |
Email2FATestingUsingAldeRocksEmailAndLoginUrlInProd |
email-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/RoutingTests/SubdomainRoutingTests.cs:11 |
AnonymousSubdomainRoutingTest |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/RoutingTests/SubdomainRoutingTests.cs:18 |
NonAnonymousSubdomainRoutingTest |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically | |
| [disabled] | disabled | Raklet.UI.Test.5/RoutingTests/SubdomainRoutingTests.cs:25 |
CheckLeftNavigationURLsTest |
admin-regression | none until keep/retire decision | read-only | TBD | do not migrate automatically |