You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the e2e test is failing 'should display the text input component' as it expects no more than 1 'textinput-item__textbox', and fails if more than 1 is found, it then only checks the first textinput-item, suggest we add a forEach to cycle through all of them.
The text was updated successfully, but these errors were encountered:
Subject of the issue/enhancement/features
Currently the e2e test is failing 'should display the text input component' as it expects no more than 1 'textinput-item__textbox', and fails if more than 1 is found, it then only checks the first textinput-item, suggest we add a forEach to cycle through all of them.
The text was updated successfully, but these errors were encountered: