In the MFTF version (3.9.0) included with Magento 2.4.4, the test action was changed to trim the output printed by the corresponding console command. This broke the AmazonCheckoutSuccess test since it was expecting the newline to be included in the returned string.
To accommodate both 2.4.3 and 2.4.4, we can change from an 'equals' to a 'contains' assertion.
MagentoWebDriver's magentoCLI() function
In the MFTF version (3.9.0) included with Magento 2.4.4, the test action was changed to trim the output printed by the corresponding console command. This broke the AmazonCheckoutSuccess test since it was expecting the newline to be included in the returned string.
To accommodate both 2.4.3 and 2.4.4, we can change from an 'equals' to a 'contains' assertion.