it('should set the given input name', () => {
            expect($output.has(`input[name="${test.name}"]`)).toBeTrue();
        });