I am testing to see if an Angular Reactive Form i...
# best-practices
g
I am testing to see if an Angular Reactive Form is Valid. What seems to work is cy.get(''#myForm").should("have.class", 'ng-valid"); seems to work but is this a best practice or is there a better way.