Hi!
I’d like to have a visual representation if there is a thing with specific attribute present in another thing’s list of things. How do I check for it?
For example there are some possible authentication methods that the users can add, remove and manage. For example let there be “national ID card” and “NFC”. There can be more than one method of the same type present.
And I want the dashboard icon for each of them light up if any of the respective authentication methods are present and activated.
What would be the best method to run the test?