Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d50894d

Browse files
committed
testing
1 parent 78d6bef commit d50894d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ngAnimate/integrationSpec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ describe('ngAnimate integration tests', function() {
249249
expect(child).not.toHaveClass('expand-add');
250250
}));
251251

252-
it('should only issue x number of reflows for the total number of parent class-based animations when no CSS transitions/keyframes fire', function() {
252+
it('should only issue a reflow for each parent CSS class change that contains ready-to-fire child animations', function() {
253253
module('ngAnimateMock');
254254
inject(function($animate, $compile, $rootScope, $rootElement, $$rAF, $document) {
255255
element = jqLite(
@@ -306,7 +306,7 @@ describe('ngAnimate integration tests', function() {
306306
});
307307
});
308308

309-
it('should not issue any reflows if any there exist class-based animations that have no children with queued animations', function() {
309+
it('should not issue any reflows for class-based animations if none of them have children with queued animations', function() {
310310
module('ngAnimateMock');
311311
inject(function($animate, $compile, $rootScope, $rootElement, $$rAF, $document) {
312312
element = jqLite(

0 commit comments

Comments
 (0)