Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
4.1.6
-
None
-
None
Description
Due to a conflict with the add-on "Git integration for Jira", when trying to Search for tests (Test Execution - Add Tests screen) that are in non-executable statuses the checkbox "Hide Tests in non-executable Statuses" doesn't work properly. It works if clicking in the label instead of the checkbox
Pre-Condition - Have installed the add-on "Git integration for Jira" v3.4.6.2->v3.7
Steps to replicate
Step | Result |
---|---|
Trying to Search for Tests in a non-executable statuses. Clicking in the Checkbox | |
Trying to Search for Tests in a non-executable statuses. Clicking in the label instead of the Checkbox |
Conclusion
If clicking in the label, it doesn't check or uncheck the checkbox, however it change the property "hideUnexecutableTests" that is sent in the request to the server, between "true" and "false".
If clicking only in the checkbox, the property sent in the request never changes and is sent always as true