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
I'm similarly seeing what I believe are false positives for expect.poll():
awaitexpect.poll(()=>getSlowStorageValue(page,'key')).toBe('value');// warning Unnecessary await expression. This method does not return a Promise playwright/no-useless-await
Hi, it looks like the work done in e283efc is not correctly supporting async matchers.
For example, this is now considered incorrect usage of
await
:The text was updated successfully, but these errors were encountered: