Even though element is visible on the screen, it says "NoSuchElementException"

Hi All,

I’m facing a strange issue when trying to automate using emulator. Below is the scenario:

  1. Clicking on the hamburger icon opens up the below screen which had links for section (LHNav_Links)
  2. Once clicked on the “wallet” link, i’m trying to verify the elements present in that section with locators Id & xpaths. Even though the elements are displayed, while running tests it waits for couple of minutes and throws “NoSuchElementException”

I tried keeping sleep for 1 minute yet it still fails. Can someone tell me whats going wrong?

P.S: If I do click on any element (which is clickable). it immediately fails as the screen is changed.