| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-03 | feat(Scenario): autodisable animations when running e2e tests | Igor Minar | |
| 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. | |||
| 2012-05-05 | fix(scenario): make browser().location() working if ng-app on other than <html> | Vojta Jina | |
| 2012-04-12 | fix(e2eRunner): $browser.location should delegate to apps $location | Igor Minar | |
| previously it would create a new instance which wasn't configured as the one in the app, which resulted in incorrect values being returned in html5 mode with base url set | |||
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
