79250707

Date: 2024-12-04 10:18:29
Score: 2
Natty:
Report link

I would try to debug that with good old console.log and print out if that element is returning true to isVisible() function

Other than that you can always waitFor some state changes like await this.element.waitFor( {state: "visible"} ) Additionally you can add a bigger timeout

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Denke