Jak potwierdzić atrybuty elementów w bibliotece testowej

expect(getByTestId('labelTestId').getAttribute('for')).toEqual('inputName');
Perfect Pigeon