Skip to content

Commit

Permalink
fix: fix transition test
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Oct 10, 2024
1 parent b3f9f4c commit e76a469
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 16 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
16 changes: 0 additions & 16 deletions integration_tests/specs/css/css-transitions/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,22 +339,6 @@ describe('Transition all', () => {
transition: 'all 1s linear',
});
await snapshot();

setTimeout(async () => {
setElementStyle(container1, {
transform: 'translate3d(0px, 100px, 0)',
});

await snapshot();

setTimeout(async () => {
setElementStyle(container1, {
transform: 'translate3d(200px, 200px, 0)',
});

await snapshot();
}, 500);
}, 200);
});
});
});

0 comments on commit e76a469

Please sign in to comment.