You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ghostbar / @jamesclark92: as you can see from the travis/saucelabs output few tests are not properly working on IE10/IE11 so there showuld be a probably bug affecting them:
the logs anyhow git you a precise idea of what is failing and affectes IE10 and IE11 exactly on the same 4 tests:
IE 11.0.0 (Windows 10 0.0.0) zxcvbn attribute directive with extras attribute with form object should only pass non-null extras variables FAILED
Expected '{"password":"password","score":2}' to equal '{"password":"password","extras":["[object Object]"],"score":2}'.
at Anonymous function (/home/travis/build/evilaliv3/angular-zxcvbn/test/attribute-tests.js:115:7)
IE 11.0.0 (Windows 10 0.0.0) zxcvbn attribute directive with extras attribute with form object should detect a form field change and make another call to zxcvbn with the updated value FAILED
Expected spy zxcvbn to have been called with [ 'password', [ '[email protected]', 'jonskeet' ] ] but actual calls were [ 'password' ].
at Anonymous function (/home/travis/build/evilaliv3/angular-zxcvbn/test/attribute-tests.js:129:7)
Expected spy zxcvbn to have been called with [ 'password', [ '[email protected]', 'chucknorris' ] ] but actual calls were [ 'password' ].
at Anonymous function (/home/travis/build/evilaliv3/angular-zxcvbn/test/attribute-tests.js:134:7)
IE 11.0.0 (Windows 10 0.0.0) zxcvbn attribute directive with extras attribute with form object should detect when a form field has been added and recall zxcvbn with the added field too FAILED
Expected spy zxcvbn to have been called with [ 'password', [ '[email protected]', 'john_skeet' ] ] but actual calls were [ 'password' ].
at Anonymous function (/home/travis/build/evilaliv3/angular-zxcvbn/test/attribute-tests.js:149:7)
Expected spy zxcvbn to have been called with [ 'password', [ '[email protected]', 'john_skeet', 'chucknorris' ] ] but actual calls were [ 'password' ].
at Anonymous function (/home/travis/build/evilaliv3/angular-zxcvbn/test/attribute-tests.js:155:7)
IE 11.0.0 (Windows 10 0.0.0) zxcvbn attribute directive with extras attribute with form object should detect when a form field has been removed and recall zxcvbn without that field FAILED
Expected spy zxcvbn to have been called with [ 'password', [ '[email protected]', 'john_skeet', 'chucknorris' ] ] but actual calls were [ 'password' ].
at Anonymous function (/home/travis/build/evilaliv3/angular-zxcvbn/test/attribute-tests.js:170:7)
Expected spy zxcvbn to have been called with [ 'password', [ '[email protected]', 'john_skeet' ] ] but actual calls were [ 'password' ].
at Anonymous function (/home/travis/build/evilaliv3/angular-zxcvbn/test/attribute-tests.js:176:7)
The text was updated successfully, but these errors were encountered:
From #15:
@ghostbar / @jamesclark92: as you can see from the travis/saucelabs output few tests are not properly working on IE10/IE11 so there showuld be a probably bug affecting them:
https://travis-ci.org/evilaliv3/angular-zxcvbn/jobs/116266856
https://api.travis-ci.org/jobs/116266856/log.txt?deansi=true
the logs anyhow git you a precise idea of what is failing and affectes IE10 and IE11 exactly on the same 4 tests:
The text was updated successfully, but these errors were encountered: