digi-serve / kitchensink_app

Testing all AppBuilder options.
1 stars 1 forks source link

Form E2E Test #10

Closed nh758 closed 2 years ago

nh758 commented 2 years ago

Reference

Description expectation
Go to the tab "Form" can find the field "test-kcs-id" with the value "Test-KCS-0000000002"
  can find the field "single-line-text(required)" with the value "test2"
   
Change the value to "Cypress hahaha is coming here now" and click on the button "Save" can find the field "single-line-text(required)" with the value "Cypress hahaha is coming here now"
   
Delete the value to "Cypress hahaha is coming here now" and click on the button "Save" can find the field validation error message "*This is a required field."
   
Go to the tab "Detail" can find the field "test-kcs-id" with the value "Cypress hahaha is coming here now"