mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
animations cause the dom to contain elements that have been removed from the model but are being animated out. we could teach the e2e runner to wait for animations but that would make all tests slower. it should be quite safe to just disable animations automatically when the app is running via the e2e test runner. this change disables only css animations. we should make additional change that disables js animations as well, but since we don't need this right now I'm punting on it. |
||
|---|---|---|
| .. | ||
| e2e | ||
| jstd-scenario-adapter | ||
| output | ||
| ApplicationSpec.js | ||
| DescribeSpec.js | ||
| dslSpec.js | ||
| FutureSpec.js | ||
| matchersSpec.js | ||
| mocks.js | ||
| ObjectModelSpec.js | ||
| RunnerSpec.js | ||
| ScenarioSpec.js | ||
| SpecRunnerSpec.js | ||