Skip to content

Commit f675a5b

Browse files
IgorMinarctrahey
authored andcommitted
test(ngList): remove disabled test
this test fails and we don't have intentions on making it pass since we never made a commitment to implement this feature.
1 parent aa27e61 commit f675a5b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/ng/directive/inputSpec.js

-8
Original file line numberDiff line numberDiff line change
@@ -990,14 +990,6 @@ describe('input', function() {
990990
});
991991

992992

993-
xit('should require at least one item', function() {
994-
compileInput('<input type="text" ng-model="list" ng-list required />');
995-
996-
changeInputValueTo(' , ');
997-
expect(inputElm).toBeInvalid();
998-
});
999-
1000-
1001993
it('should convert empty string to an empty array', function() {
1002994
compileInput('<input type="text" ng-model="list" ng-list />');
1003995

0 commit comments

Comments
 (0)