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
This fails with Cannot read properties of undefined (reading 'getText') as the object passed into expect is undefined. We should provide a better error message here and fail early.
This should be also fixed in the @wdio/runner where we currently just pass in the browser if a passed in object is undefined.
The text was updated successfully, but these errors were encountered:
Given a simple scenario:
This fails with
Cannot read properties of undefined (reading 'getText')
as the object passed intoexpect
isundefined
. We should provide a better error message here and fail early.This should be also fixed in the
@wdio/runner
where we currently just pass in the browser if a passed in object is undefined.The text was updated successfully, but these errors were encountered: