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
element.handle doesn't particularly well documented (only reference I can see is https://suite.st/docs/suitest-api/assertions-test-subjects/#element so I'm not quite sure what the multiple flag does), but it appears the return type doesn't always match what it actually returns.
From manual testing, it seems multiple: true makes handle return an array of strings, and without it, it returns a string.
element.handle
doesn't particularly well documented (only reference I can see is https://suite.st/docs/suitest-api/assertions-test-subjects/#element so I'm not quite sure what themultiple
flag does), but it appears the return type doesn't always match what it actually returns.From manual testing, it seems
multiple: true
makeshandle
return an array of strings, and without it, it returns a string.Instead it always returns
string[]
.The text was updated successfully, but these errors were encountered: