Posted inAutomation Testing Tips & Tricks
How to fix – Timeout of 2000ms exceeded. For async tests and hooks, ensure “done()” is called; if returning a Promise, ensure it resolves
Recently I started creating an Appium framework with Java Script to test an iOS application.…