Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. title Menu should be on the right about rest on the left when app using Hebrew
  2. Splash->Splash: assertElementPresent(.splash-screen)
  3. Splash->Splash: assertElementPresent(.splash-screen-button-search-with-current-location)
  4. Splash->Home: click(.splash-screen-button-search-with-current-location)
  5. ViewRestaurantDetail->ViewRestaurantDetail: click(.restaurant-5c7c95715e06930204e328ec)
  6. ViewRestaurantDetail->ViewRestaurantDetail: assertElementPresent(.screen-rest-detail-tab-menu)
  7. ViewRestaurantDetail->ViewRestaurantDetail: assertElementNotPresent(#screen-rest-detail-tab-detail)
  8. ViewRestaurantDetail->Home: click(.restaurant-details-button-back)
  9. Home->SideMenu: click(.hamburger-menu)
  10. SideMenu->SideMenu: click(.sidebar-button-language)
  11. SideMenu->Home: click(.sidebar-button-home)
  12. Home->ViewRestaurantDetail: click(.restaurant-5c7c95715e06930204e328ec)
  13. ViewRestaurantDetail->ViewRestaurantDetail: assertElementPresent(.screen-rest-detail-tab-menu)
  14. ViewRestaurantDetail->ViewRestaurantDetail: assertElementNotPresent(#screen-rest-detail-tab-detail)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement