Skip to content

Commit

Permalink
Update how-to-create-your-own-behat-tests.md
Browse files Browse the repository at this point in the history
With missing space in the new scenario example, the gherkin code is not working (cart suite has undefined steps "And there is a state named "state1" with iso code "TEST-1" [...]")
  • Loading branch information
axel-paillaud authored Oct 22, 2024
1 parent 3f6c8c4 commit 73dd322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Here is my scenario now:
# We define the standard PrestaShop localisation tree: zone > country > state > address
And there is a zone named "North America"
And there is a country named "country1" and iso code "US" in zone "North America"
And there is a state named "state1" with iso code "TEST-1" in country"country1" and zone "North America"
And there is a state named "state1" with iso code "TEST-1" in country "country1" and zone "North America"
And there is an address named "address1" with postcode "1" in state "state1"
# We need a carrier with shipping fees
Given there is a carrier named "carrier1"
Expand Down

0 comments on commit 73dd322

Please sign in to comment.