ATF failing with the error - "FAILURE: Unable to set field 'zzzzzz' to value 'yyyy'. Value 'yyyy' is not currently a valid choice"Issue ATF failing with the error - "FAILURE: Unable to set field 'zzzzzz' to value 'yyyy'. Value 'yyyy' is not currently a valid choice"ATF is unable to set the choice on the element via the step - 'Set Field Values'ReleaseAllCauseOne of the client-side scripts running on that table, is causing the issue. ATF is unable to set the choice on the form because the client-side script is blocking the choice from getting populated on the form. The client-side script has a mismatching case compared to the choice name specified in the drop-down.ResolutionModify the client-side script with the correct choice name that matches with the drop-down for that element.