Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <Screen name="selectTabAdmin"/>
  2.  
  3. <!-- Click on the Flow source icon in the Admin tab -->
  4. <Screen name="addflowSource" package="com.q1labs.qa.selenium.screens.admin" class="AddFlowSource">
  5. <ScreenData step="13" description="Click on the Flow source icon in the Admin tab.">
  6. <element name="flowSources" type="button" value="CLICK"/>
  7. </ScreenData>
  8. </Screen>
  9.  
  10. <!-- Select the newly added flow source -->
  11. <Screen name="flowSourcesTable" package="com.q1labs.qa.selenium.screens.admin" class="AddFlowSource">
  12. <ScreenData step="14" description="Select the newly added flow source.">
  13. <element name="%Name" type="tabletext" value="= AutomationTestNetworkInterface"/>
  14. <element name="rowActions" type="rowaction" value="CLICK"/>
  15. </ScreenData>
  16. </Screen>
  17.  
  18. <!-- Delete the selected flow source -->
  19. <Screen name="addflowSource" package="com.q1labs.qa.selenium.screens.admin" class="AddFlowSource">
  20. <ScreenData step="3" description="Click Delete on the selected flow source.">
  21. <element name="delete" type="button" value="CLICK"/>
  22. <element name="popup" type="popupalert" value="CLICK"/>
  23. </ScreenData>
  24. </Screen>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement