Need to write functional testing for the UI.
At a base level can test to verify that the data is being updated correctly.
Ex: Unmodified data, change something in UI, test new value against expected value.
This will help ensure that the data is not mutilated or missing during the save process.
Can also be used to verify that the clean state is correctly being modified and adjusted before and after a save.
Additionally can do visual tests against the different states to find issues with percy.io regression testing.
Need to write functional testing for the UI.
At a base level can test to verify that the data is being updated correctly.
Ex: Unmodified data, change something in UI, test new value against expected value.
This will help ensure that the data is not mutilated or missing during the save process.
Can also be used to verify that the clean state is correctly being modified and adjusted before and after a save.
Additionally can do visual tests against the different states to find issues with percy.io regression testing.