Skip to content

Commit

Permalink
ENGCOM-8115: [MFTF] add new AdminOpenAdminThreeDSecurePageActionGroup #…
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldagama committed Sep 3, 2020
2 parents 0b14512 + 9261946 commit 68654d3
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->

<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
<actionGroup name="AdminOpenAdminThreeDSecurePageActionGroup">
<annotations>
<description>Open ThreeDSecure page.</description>
</annotations>

<amOnPage url="{{AdminThreeDSecurePage.url}}" stepKey="openAdminThreeDSecurePage"/>
<waitForPageLoad stepKey="waitThreeDSecurePageToLoad"/>
</actionGroup>
</actionGroups>

0 comments on commit 68654d3

Please sign in to comment.