mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00: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:
parent
8c08b4373c
commit
19b51caa2c
1 changed files with 0 additions and 8 deletions
|
|
@ -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 />');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue