DeleteCustomWebsiteActionGroup.xml 742 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
  10. <actionGroup name="DeleteCustomWebsiteActionGroup">
  11. <waitForPageLoad stepKey="waitForPageLoadAfterClickEditExistingWebsite" time="30" after="clickEditExistingWebsite"/>
  12. <wait stepKey="wait" time="30" after="waitForPageLoadAfterClickEditExistingWebsite"/>
  13. <waitForPageLoad stepKey="waitForDeleteAppears" time="30" after="clickDeleteWebsiteButtonOnEditStorePage" />
  14. </actionGroup>
  15. </actionGroups>