Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36
stars
54
forks
source link
INTLY-4390: Add missing static IDs for tabs to fix browser tests #538
Need to add static IDs for the new solution explorer tabs on the dashboard in order to unblock browser tests from failing. Also a text-only change, removed 'self-managed' from description on dashboard, since they are not available via the dashboard yet. Very low-risk changes.
Verification Steps
Verify that when the tabs are inspected in the console dev window, they show id=servicesTab and id=solutionPatternsTab.
Checklist:
[x] Code has been tested locally by PR requester
[ ] Changes have been successfully verified by another team member
Motivation
https://issues.redhat.com/browse/INTLY-4390
What
Need to add static IDs for the new solution explorer tabs on the dashboard in order to unblock browser tests from failing. Also a text-only change, removed 'self-managed' from description on dashboard, since they are not available via the dashboard yet. Very low-risk changes.
Verification Steps
Verify that when the tabs are inspected in the console dev window, they show id=servicesTab and id=solutionPatternsTab.
Checklist:
Progress