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
Using before in expect assertions considers the default timeout value 'waitForConditionTimeout' even when a timeout value has been specified in the command
#764
Closed
rachna86 opened this issue
Dec 2, 2015
· 0 comments
Nightwatch version: 0.8.6
The following command:
Test:
waitForConditionTimeout = 5000
Log output:
From LOG → Completed command element (5190 ms) in the output it is obvious that the assertion only waited for ~5000ms instead of 10000ms.
The text was updated successfully, but these errors were encountered: