
A quick example for UI testing on deleting list item.
Let’s create a List with three elements.
This test verifies if there are only two items on our list after remove the first item.
This test verifies if there are no items in the list after remove all items.
It was my quick example for UI testing on deleting list item.