Open
Description
Describe the bug
When clicking on a test it opens multiple dialogs after it has been refactored.
To Reproduce
Steps to reproduce the behavior:
- Open a report
- Click on a test
- Scroll to the bottom and you can see that multiple dialogs are open. It appears in the dev tools that it opens 3 dialogs:
The background also appears darker than usual.
Expected behavior
It should only open 1 dialog.
Additional context
I'd suggest instead of using "item.Id || item.Name" several places for indexing, simply use the index value already present in the json for each test.