Skip to content

Commit

Permalink
Merge pull request #307 from shopware/fix-createDefaultSalesChannel-c…
Browse files Browse the repository at this point in the history
…ommand

Fix create default sales channel command
  • Loading branch information
jleifeld committed Apr 12, 2023
2 parents 6fb13e6 + c65509c commit 23343ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/support/commands/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ Cypress.Commands.add('createDefaultSalesChannel', (data = {}) => {
return cy.searchViaAdminApi({
endpoint: 'country',
data: {
field: 'name',
field: 'iso3',
value: 'USA',
},
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-ag/e2e-testsuite-platform",
"version": "7.0.4",
"version": "7.0.5",
"description": "E2E Testsuite for Shopware 6 using Cypress.js",
"keywords": [
"e2e",
Expand Down

0 comments on commit 23343ca

Please sign in to comment.