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
After a recent change in the code for assert.hasAttribute() command (nightwatchjs/nightwatch#3651), it can now only check for a single attribute at one time, as opposed to checking for multiple attributes at the same time as written in docs.
So, the description and example for the assert.hasAttribute command needs to be updated.
After a recent change in the code for
assert.hasAttribute()
command (nightwatchjs/nightwatch#3651), it can now only check for a single attribute at one time, as opposed to checking for multiple attributes at the same time as written in docs.So, the description and example for the
assert.hasAttribute
command needs to be updated.https://nightwatchjs.org/api/assert/#assert-hasAttribute
The text was updated successfully, but these errors were encountered: