adamgruber / mochawesome

A Gorgeous HTML/CSS Reporter for Mocha.js
https://gitter.im/mochawesome/general
MIT License
1.06k stars 160 forks source link

Tester Cannot Click on the Button - No action #365

Closed ddomdel closed 2 years ago

ddomdel commented 2 years ago

Describe the bug In the result of the test, the tester can't seem to click on the button "MASS DELETE" After it says that it already clicked on it, it says that the checkboxes (with class .delete-checkbox) are still there. But when you personally click on "MASS DELETE", it would completely remove the checkboxes from the DOM.

Code Reproduce the site: https://scandittesttask.000webhostapp.com/

Expected behavior Once the tester clicks on the button, it should clear the elements selected using the checkbox.

Screenshots image

Environment (please complete the following information):

Additional context Add any other context about the problem here.

adamgruber commented 2 years ago

This appears to be an issue with your test not the reporter.

ddomdel commented 2 years ago

Gotcha. How does the tester click on a button? It seems that it isn't clicking it even when the name "MASS DELETE" matches.

adamgruber commented 2 years ago

What I mean is I don't believe your issue is related to this repo. Mochawesome is a test reporter (not a runner) and has nothing to do with how tests are written or executed.

ddomdel commented 2 years ago

Oh, my bad. Thank you for the clarification.