Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PoulainMaxime committed Sep 6, 2024
1 parent 7ec52dc commit 9f1a5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feature: Copy product from shop to shop.

Scenario: This are pre-requisite steps but it is only done once, that is why we don't use Background here
Given I enable multishop feature
Given I add new zone "zone1" with following properties:
And I add new zone "zone1" with following properties:
| name | zone1 |
| enabled | true |
# Prepare languages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Update product shipping options from Back Office (BO)
Given I add new zone "zone1" with following properties:
| name | zone1 |
| enabled | true |
Given I add product "product1" with following information:
And I add product "product1" with following information:
| name[en-US] | Last samurai dvd |
| type | standard |
And product product1 should have following shipping information:
Expand Down

0 comments on commit 9f1a5d1

Please sign in to comment.