You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to change the implicit timeout from 30sec to 10sec.
Changing this $driver.manage.timeouts.implicit_wait = 30 into $driver.manage.timeouts.implicit_wait = 10 from env.rb file doesn't work.
Everytime a step is failing, it takes 30 seconds to the test to fail : timed out after 30 seconds (no such element: Unable to locate element:
It should be 10.