Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

24 строки
1021 B

  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. <!--Sign out-->
  11. <actionGroup name="SignOut">
  12. <annotations>
  13. <description>Click on the Backend Admin current Admin User menu. Click on 'Logout'. Validate that you are logged out.</description>
  14. </annotations>
  15. <click selector="{{SignOutSection.admin}}" stepKey="clickToAdminProfile"/>
  16. <click selector="{{SignOutSection.logout}}" stepKey="clickToLogOut"/>
  17. <waitForPageLoad stepKey="waitForPageLoad"/>
  18. <see userInput="You have logged out." stepKey="seeSuccessMessage"/>
  19. <waitForElementVisible selector="//*[@data-ui-id='messages-message-success']" stepKey="waitForSuccessMessageLoggedOut" time="5"/>
  20. </actionGroup>
  21. </actionGroups>