Como afirmar atributos de elemento na biblioteca de testes
expect(getByTestId('labelTestId').getAttribute('for')).toEqual('inputName');
Perfect Pigeon
expect(getByTestId('labelTestId').getAttribute('for')).toEqual('inputName');