Closed brogreenmoon closed 1 year ago
The Data field for Find By Attribute should have the same usage as "Verify Attribute" in ticket 16, e.g. set to a key/value pair, such as "spellcheck=false" or "enabled=true".
Refer to https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-attribute.
Implemented:
Just one very small nitpicky thing - can we remove the extra semicolon in the generated code please?
Also confirmed that Find By Attribute still functions correctly:
The Data field for Find By Attribute should have the same usage as "Verify Attribute" in ticket 16, e.g. set to a key/value pair, such as "spellcheck=false" or "enabled=true".
Refer to https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-attribute.