Skip to content

Commit

Permalink
Merge branch '2.4-develop' into v5-add-AdminOpenConfigurationStoresPa…
Browse files Browse the repository at this point in the history
…geActionGroup
  • Loading branch information
lbajsarowicz committed Sep 2, 2020
2 parents 3220bcd + e1c5c1d commit cf66a7b
Show file tree
Hide file tree
Showing 7 changed files with 642 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<deleteData createDataKey="category3" stepKey="deleteCategory3"/>
<deleteData createDataKey="category2" stepKey="deleteCategory2"/>
<deleteData createDataKey="category1" stepKey="deleteCategory1"/>
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cleanInvalidatedCaches">
<argument name="tags" value="full_page"/>
</actionGroup>
</after>
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="amOnStorefrontPage"/>
<moveMouseOver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<description value="Users are able to place order using Paypal Smart Button on Checkout Page, payment action is Sale"/>
<severity value="CRITICAL"/>
<testCaseId value="MC-13690"/>
<skip>
<issueId value="MC-37236"/>
</skip>
<group value="paypalExpress"/>
</annotations>
<before>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<description value="Users are able to place order using Paypal Smart Button using Euro currency and merchant country is France"/>
<severity value="MAJOR"/>
<testCaseId value="MC-33274"/>
<skip>
<issueId value="MC-37236"/>
</skip>
<group value="paypalExpress"/>
</annotations>
<before>
Expand Down
Loading

0 comments on commit cf66a7b

Please sign in to comment.