You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to expand the functionality covered by our test/e2e/tests/address-book.spec.js
Currently, there are tests for adding a contact and sending to a contact.
We need to add tests for editing an already added contact and deleting an already added contact.
We should be able to use the 'address-entry' fixture. Add a separate it block, description string and withFixtures call for each of these cases. Appropriate assertions should be made against rendered text before and after editing and deleting.
The text was updated successfully, but these errors were encountered:
danjm
changed the title
Contacts Flow e2e tests
e2e tests for editing and deleting contacts
Feb 3, 2022
We need to expand the functionality covered by our
test/e2e/tests/address-book.spec.js
Currently, there are tests for adding a contact and sending to a contact.
We need to add tests for editing an already added contact and deleting an already added contact.
We should be able to use the
'address-entry'
fixture. Add a separateit
block, description string andwithFixtures
call for each of these cases. Appropriate assertions should be made against rendered text before and after editing and deleting.The text was updated successfully, but these errors were encountered: