SwitchAccountActionGroup.xml 1.1 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * This file is part of the Klarna KP module
  5. *
  6. * (c) Klarna Bank AB (publ)
  7. *
  8. * For the full copyright and license information, please view the NOTICE
  9. * and LICENSE files that were distributed with this source code.
  10. */
  11. -->
  12. <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  13. xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/actionGroupSchema.xsd">
  14. <!--Sign out-->
  15. <actionGroup name="KpSignOut">
  16. <click selector="{{KpSignOutSection.admin}}" stepKey="clickToAdminProfile"/>
  17. <click selector="{{KpSignOutSection.logout}}" stepKey="clickToLogOut"/>
  18. <waitForPageLoad stepKey="waitForPageLoad" />
  19. <see userInput="You have logged out." stepKey="seeSuccessMessage" />
  20. <waitForElementVisible selector="//*[@data-ui-id='messages-message-success']" stepKey="waitForSuccessMessageLoggedOut" time="5"/>
  21. </actionGroup>
  22. </actionGroups>