Guest User

Untitled

a guest
Dec 13th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if(!deviceWidthIs(COMPUTER)) {
  2. openMobileMenu();
  3. menuItem(dashboardView).click();
  4. waitFor(menuToClose());
  5. } else {
  6. menuItem(dashboardView).click();
  7. }
Add Comment
Please, Sign In to add comment