Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. title Settings page design changes
  2. link https://google.com
  3. Splash->Home: click(.splash-screen-button-search-with-current-location)
  4.  
  5. note: Login
  6. Home->LoginModal: click(.address-bar)
  7. LoginModal->LoginModal: assign(.screen-home #login-modal-email-input,"qa@take247.co.il")
  8. LoginModal->LoginModal: assign(.screen-home #login-modal-password-input,"123456")
  9. LoginModal->AddressModal: click(.screen-home .sign-in-and-open-addresses)
  10. AddressModal->AddressModal: assertText(.address-modal-hi-user, "אור ויינשטיין")
  11.  
  12. note: check in address modal
  13. AddressModal->Home: click(.screen-home .address-modal-close)
  14. Home->SideMenu: click(.hamburger-menu)
  15. SideMenu->SideMenu: assertText(.hamburger-menu-fullName,"אור ויינשטיין")
  16.  
  17. note: check in Setting
  18. SideMenu->Settings: click(.sidebar-button-user-setting)
  19. Settings->Settings: assertText(#setting-fullName, "אור ויינשטיין")
  20. Settings->Settings: assertText(.setting-title-fullName, "אור ויינשטיין")
  21. Settings->Settings: assertText(#setting-email,"qa@take247.co.il")
  22. Settings->Settings: assertText(#setting-phone, "0548102932")
  23.  
  24. note: check in exist icon topbar
  25. Settings->Settings: assertElementPresent(.hamburger-menu)
  26. Settings->Settings: assertElementPresent(.my-wallet-button-home)
  27.  
  28. note: check exist I allow receiving SMS from TAKE switch is exist
  29. Settings->Settings: assertElementPresent(.setting-receiveSMSNoti)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement