mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 12:33:37 +08:00
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.
This commit is contained in:
@@ -958,14 +958,6 @@ describe('input', function() {
|
||||
});
|
||||
|
||||
|
||||
xit('should require at least one item', function() {
|
||||
compileInput('<input type="text" ng-model="list" ng-list required />');
|
||||
|
||||
changeInputValueTo(' , ');
|
||||
expect(inputElm).toBeInvalid();
|
||||
});
|
||||
|
||||
|
||||
it('should convert empty string to an empty array', function() {
|
||||
compileInput('<input type="text" ng-model="list" ng-list />');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user