Jamie Rolfs
Jamie Rolfs
@ScubaDaniel as a workaround, have you tried awaiting an assertion like the second example from the Plawright Test docs [here](https://playwright.dev/docs/test-assertions)? Given the constraints of the selector engine API (no `async`/`Promise`,...
Just trying to find a way forward in the interim as I'm pretty tight on time at the moment trying to get an internal library release out. If we come...
@ScubaDaniel ah, never mind my suggested workaround... I just tried it and I think it's irrelevant because I think it still expects the `Locator` to reference an element on the...
Oop, derp I was using `getBy*`, `queryBy*` works: https://github.com/testing-library/playwright-testing-library/pull/449/files#diff-22b6144c5d1a4e3a0345055b859237146c3f2112bf2ffa2e3d131e33ca1d42cfR150-R152
@sebinsua yeah, I re-read your comment more closely after thinking about it for a bit and I think I'm on the same page now. It is really tricky to communicate...
I was hoping to get the `configure` API and the `findBy*` stuff we discussed here in there first, but we just had our first 👶 about a week ago and...
I'd really like to get this released for the tests you're looking to write. Would you be interested in helping me maintain this stuff @sebinsua?
Nice, thanks for the update and the snippet @gajus. I think there's still value to this library in order to provide Testing Library parity in Playwright, but I'll probably add...
Thanks for the review @sebinsua! — I'll follow up with some changes and finish up `within` etc. when I get a chance.
@sebinsua made some changes per your feedback, let me know what you think I'm not sure it's worth trying to take this any further now that things are more readable....