Skip to content

Enable signup before test start

Dan Davison requested to merge dj-fix-user_registration_billing_spec into master

What does this MR do and why?

The user_registration_biling_spec seems to be failing consistently accross different environments due to the same issue - It cannot access the Sign Up page.

This is likely due to security purposes. Let's enable the signup_enabled application setting before the test starts, then restore it to its previous setting after the test has completed.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Closes #342675 (closed)

Merge request reports