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.
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.