Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/magento/module-checkout/Test/Mftf/Test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/magento/module-checkout/Test/Mftf/Test/CheckoutSpecificDestinationsTest.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
-->
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
    <test name="CheckoutSpecificDestinationsTest">
        <annotations>
            <title value="Check that top destinations can be removed after a selection was previously saved"/>
            <stories value="MAGETWO-91511: Top destinations cannot be removed after a selection was previously saved"/>
            <description value="Check that top destinations can be removed after a selection was previously saved"/>
            <features value="Checkout"/>
            <severity value="AVERAGE"/>
            <testCaseId value="MAGETWO-94195"/>
            <group value="Checkout"/>
        </annotations>

        <before>
            <createData entity="_defaultCategory" stepKey="defaultCategory"/>
            <createData entity="_defaultProduct" stepKey="simpleProduct">
                <requiredEntity createDataKey="defaultCategory"/>
            </createData>

            <actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
        </before>

        <!--Go to configuration general page-->
        <actionGroup ref="NavigateToConfigurationGeneralPageActionGroup" stepKey="navigateToConfigurationGeneralPage"/>

        <!--Open country options section-->
        <conditionalClick selector="{{CountryOptionsSection.countryOptions}}" dependentSelector="{{CountryOptionsSection.countryOptionsOpen}}" visible="false" stepKey="clickOnStoreInformation"/>

        <!--Select top destinations country-->
        <actionGroup ref="SelectTopDestinationsCountryActionGroup" stepKey="selectTopDestinationsCountry">
            <argument name="countries" value="Countries"/>
        </actionGroup>

        <!--Go to product page-->
        <amOnPage url="{{StorefrontProductPage.url($$simpleProduct.custom_attributes[url_key]$$)}}" stepKey="amOnStorefrontProductPage"/>
        <waitForPageLoad stepKey="waitForProductPageLoad"/>

        <!--Add product to cart-->
        <actionGroup ref="StorefrontAddToCartCustomOptionsProductPageActionGroup" stepKey="addToCart">
            <argument name="productName" value="$$simpleProduct.name$$"/>
        </actionGroup>

        <!--Go to shopping cart-->
        <actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="amOnPageShoppingCart"/>
        <!--Verify country options in checkout top destination section-->
        <actionGroup ref="VerifyTopDestinationsCountryActionGroup" stepKey="verifyTopDestinationsCountry">
            <argument name="country" value="Bahamas"/>
            <argument name="placeNumber" value="2"/>
        </actionGroup>

        <!--Go to configuration general page-->
        <actionGroup ref="NavigateToConfigurationGeneralPageActionGroup" stepKey="navigateToConfigurationGeneralPage2"/>

        <!--Open country options section-->
        <conditionalClick selector="{{CountryOptionsSection.countryOptions}}" dependentSelector="{{CountryOptionsSection.countryOptionsOpen}}" visible="false" stepKey="clickOnStoreInformation2"/>

        <!--Deselect top destinations country-->
        <actionGroup ref="UnSelectTopDestinationsCountryActionGroup" stepKey="unSelectTopDestinationsCountry">
            <argument name="countries" value="Countries"/>
        </actionGroup>

        <!--Go to shopping cart-->
        <actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="amOnPageShoppingCart2"/>

        <!--Verify country options is shown by default-->
        <actionGroup ref="VerifyTopDestinationsCountryActionGroup" stepKey="verifyTopDestinationsCountry2">
            <argument name="country" value="Afghanistan"/>
            <argument name="placeNumber" value="2"/>
        </actionGroup>

        <after>
            <actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>

            <deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/>
            <deleteData createDataKey="defaultCategory" stepKey="deleteCategory"/>
        </after>
    </test>
</tests>

Spamworldpro Mini