Skip to content

Commit

Permalink
Chanhed message
Browse files Browse the repository at this point in the history
  • Loading branch information
Usik2203 committed Nov 4, 2020
1 parent 657420d commit d804a12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -50,7 +50,7 @@
</actionGroup>
<!--Click "Save Addresses" -->
<actionGroup ref="StorefrontCheckoutClickSaveAddressButtonActionGroup" stepKey="saveAddress"/>
<comment userInput="StepKey Backward Compatibility" stepKey="waitForAddressSaved"/>
<comment userInput="Adding the comment to replace clickAddProductToggle action for preserving Backward Compatibility" stepKey="waitForAddressSaved"/>
<dontSeeElement selector="{{StorefrontCheckoutAddressPopupSection.newAddressModalPopup}}" stepKey="dontSeeModalPopup"/>
<!--Select Shipping Rate "Flat Rate" and click "Next" button-->
<actionGroup ref="CheckoutSelectFlatRateShippingMethodActionGroup" stepKey="selectFlatRateShipping"/>
Expand Down
Expand Up @@ -70,7 +70,7 @@
<argument name="address" value="UK_Not_Default_Address"/>
</actionGroup>
<actionGroup ref="StorefrontCheckoutClickSaveAddressButtonActionGroup" stepKey="saveNewAddress"/>
<comment userInput="StepKey Backward Compatibility" stepKey="waitForAddressSaving"/>
<comment userInput="Adding the comment to replace clickAddProductToggle action for preserving Backward Compatibility" stepKey="waitForAddressSaving"/>
<!-- Click next button to open payment section -->
<actionGroup ref="StorefrontCheckoutClickNextOnShippingStepActionGroup" stepKey="clickNext"/>

Expand Down
Expand Up @@ -53,7 +53,7 @@

<!--Click "Save Addresses" -->
<actionGroup ref="StorefrontCheckoutClickSaveAddressButtonActionGroup" stepKey="saveAddress"/>
<comment userInput="StepKey Backward Compatibility" stepKey="waitForAddressSaved"/>
<comment userInput="Adding the comment to replace clickAddProductToggle action for preserving Backward Compatibility" stepKey="waitForAddressSaved"/>
<dontSeeElement selector="{{StorefrontCheckoutAddressPopupSection.newAddressModalPopup}}" stepKey="dontSeeModalPopup"/>

<!--Select Shipping Rate "Flat Rate"-->
Expand Down
Expand Up @@ -115,7 +115,7 @@
<argument name="classPrefix" value="._show"/>
</actionGroup>
<actionGroup ref="StorefrontCheckoutClickSaveAddressButtonActionGroup" stepKey="saveAddress"/>
<comment userInput="StepKey Backward Compatibility" stepKey="waitForAddressSaved"/>
<comment userInput="Adding the comment to replace clickAddProductToggle action for preserving Backward Compatibility" stepKey="waitForAddressSaved"/>
<see stepKey="seeAddress2" selector="{{CheckoutShippingSection.selectedShippingAddress}}" userInput="{{SimpleTaxCA.state}}"/>
<actionGroup ref="StorefrontCheckoutClickNextOnShippingStepActionGroup" stepKey="clickNext2"/>

Expand Down

0 comments on commit d804a12

Please sign in to comment.