adamgruber / mochawesome

A Gorgeous HTML/CSS Reporter for Mocha.js

Home Page:https://gitter.im/mochawesome/general

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tester Cannot Click on the Button - No action

ddomdel opened this issue · comments

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):

  • Platform
  • ©2021 Mochawesome was designed and built by Adam Gruber • v5.1.0

Additional context
Add any other context about the problem here.

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

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

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.

Oh, my bad. Thank you for the clarification.