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
When this method is called, it waits for waiting for selector "[visible] .arc-tree-node". Seems like the selector needs to be only .arc-tree-node and not prefixed with [visible]. Because, if i searc the selector in chrome console - [visible] .arc-tree-node, i dont find anything.
Any pointers ?
The text was updated successfully, but these errors were encountered:
What it failed at finding is .arc-tree-node, it is the the error message that is confusing. It was trying to find the .arc-tree-node that would have non-empty bounding rect and failed...
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
May 20, 2020
I am migrating tests from Puppeteer to use Playwright.
When this method is called, it waits for
waiting for selector "[visible] .arc-tree-node"
. Seems like the selector needs to be only.arc-tree-node
and not prefixed with [visible]. Because, if i searc the selector in chrome console -[visible] .arc-tree-node
, i dont find anything.Any pointers ?
The text was updated successfully, but these errors were encountered: