Because of the recent change in commerce 8.2.12, the order_email condition now assumes that all order customer email addresses are stored lowercase.
See https://cgit.drupalcode.org/commerce/commit/?id=245839b
This patch changes the email address given to the user at setup() to be lowercase.
Marked critical because this bug is causing the main branch to fail.
Comments
Comment #2
Nils LoewenThis failing patch has a dummy comment line to trigger the branch tests.
Comment #3
Nils LoewenComment #6
bojanz commentedLet's get the tests passing with 2.12 before researching future changes to Commerce.
Thanks!