I would like to automate the testing using testcafe or codeceptjs for a test case in which an item is displayed on correct address in map after clicking on it. expected behavior for test case: User is taken to correct address on map after clicking the specific item
Here is an example of how to test a Leaflet-based map using TestCafe: How to test leaflet based maps using testcafe?.