I hereby claim:
- I am marcocabazal on github.
- I am mcabazal (https://keybase.io/mcabazal) on keybase.
- I have a public key ASDfGvasYVUM8Oj0_axFVpzqw16jtycmgaQqPqHP_Sfh_wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Try observing Codegen patterns to get a sense of how you'll actually need to write your awaits.
Playwright can be finicky about how you wait for things (perhaps why Cypress auto-waits). A good pattern:
const myElement = page.locator(someSelector); // note the lack of `await` here; you don't need the await until you're actually trying to assert or perform an action.