opensearch-project / ux

Public repository for OpenSearch UX. Tracks issues, epics and workstreams related to improving the user experience, usability and accessibility of OpenSearch core, dashboards and related plugins.
Apache License 2.0
4 stars 5 forks source link

Implement test authentication & test authentication error handling #27

Open KrooshalUX opened 1 year ago

KrooshalUX commented 1 year ago

Disable button on load of form and wait for all required form elements to have valid values: image

When all required form elements contain values OR No Authentication selected, change button to active state: image

If success, display toast message EUIToast in Success state image

If error, display toast message EUIToast in Danger state image