Skip to content

Commit

Permalink
add Backward Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Usik2203 committed Oct 24, 2020
1 parent 8e463fe commit a54cc96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Expand Up @@ -50,6 +50,7 @@
</actionGroup>
<!--Click "Save Addresses" -->
<actionGroup ref="StorefrontCheckoutClickSaveAddressButtonActionGroup" stepKey="saveAddress"/>
<comment userInput="StepKey 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"/>
<!-- Click next button to open payment section -->
<actionGroup ref="StorefrontCheckoutClickNextOnShippingStepActionGroup" stepKey="clickNext"/>

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

<!--Click "Save Addresses" -->
<actionGroup ref="StorefrontCheckoutClickSaveAddressButtonActionGroup" stepKey="saveAddress"/>
<comment userInput="StepKey Backward Compatibility" stepKey="waitForAddressSaved"/>
<dontSeeElement selector="{{StorefrontCheckoutAddressPopupSection.newAddressModalPopup}}" stepKey="dontSeeModalPopup"/>

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

Expand Down

0 comments on commit a54cc96

Please sign in to comment.