shopware / e2e-testsuite-platform

This package contains the e2e platform test suite for Shopware 6 using Cypress
http://shopware.com
MIT License
20 stars 19 forks source link

Fix create default sales channel command #307

Closed NiklasLimberg closed 1 year ago

NiklasLimberg commented 1 year ago

The createDefaultSalesChannel command was failing, because it searched for the use by the name: USA this has name has recently however changed to be United States of America. This PR changes the condition to search for the ISO3 code USA, which should stay the same.