Skip to content

Commit

Permalink
[Behat] Adjust scenario and feature names for finalizing payment with…
Browse files Browse the repository at this point in the history
… item that has become tracked
  • Loading branch information
GSadee committed May 28, 2024
1 parent b584bc8 commit 12455fd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@managing_orders
Feature: Finalizing order's payment when at least one item has become tracked after the purchase
In order to mark order's payment state as complete when there is a sufficient stock
Feature: Being unable to finalize order's payment when at least one item has become tracked after the purchase
In order to mark order's payment state as complete when there is a sufficient reserved stock
As an Administrator
I want to be able to finalize payment
I want to be able to finalize payment only when there is a sufficient reserved stock

Background:
Given the store operates on a single channel in "United States"
Expand All @@ -24,7 +24,7 @@ Feature: Finalizing order's payment when at least one item has become tracked af
And it should have payment state "New"

@api @ui
Scenario: Finalizing order's payment when one item has become tracked after the purchase
Scenario: Being unable to finalize order's payment when one item has become tracked after the purchase
Given I am viewing the summary of the order "#00000001"
And the "PHP T-Shirt" product's inventory has become tracked with 6 items
When I mark this order as paid
Expand Down

0 comments on commit 12455fd

Please sign in to comment.