rockmelonqa / rockmelonqa-ide

Test Automation IDE that generates and runs Playwright and Selenium code
MIT License
4 stars 3 forks source link

Add "Verify Is Read-only" and "Verify Is Editable" actions and remove the Verify action #81

Closed brogreenmoon closed 1 year ago

brogreenmoon commented 1 year ago

Remove the Verify method. All the conditions apart from "Verify Is ReadOnly" and "Verify Is Editable" have been implemented as separate actions.

image

brogreenmoon commented 1 year ago

Implemented.

"Verify" has been removed from the action pop-up menu:

image

"Verify Is Editable" and "Verify Is ReadOnly" have been added:

image

And "Verify Is Editable" and "Verify Is ReadOnly" have been implemented as:

image