Closed malathi13 closed 5 years ago
As discussed, the PR would need the following changes to be usable (able to be deployed on production) IMO:
This PR is quite big, can you do #202 first? That's a way of breaking up the work that's still usable. I'm open to other ways of breaking up the work.
I spent some more time debugging the waitForXPath() issue. (It would be a pretty serious Puppeteer bug if waitForXPath() didn't work.)
await page.waitForXPath("//span[contains(text(), facetName)]");
I think the problem is, we are looking for the string facetName
. Does it work if you hard-code Avuncular
?