chore(snapshot): no css animations

This commit is contained in:
Adam Bradley
2015-10-29 22:29:44 -05:00
parent 6c5b4ff3e1
commit f721020dc0
2 changed files with 9 additions and 2 deletions

View File

@@ -22,10 +22,17 @@
/* disable scrollbars */
overflow: hidden !important;
}
.snapshot * {
.snapshot *,
.snapshot *:before,
.snapshot *:after {
/* do not allow css animations during snapshot */
-webkit-transition-duration: 0ms !important;
transition-duration: 0ms !important;
}
.snapshot ion-loading-icon,
.snapshot md-ripple {
display: none !important;
}
/* hack to create tall scrollable areas for testing using <f></f> */
f {

View File

@@ -11,7 +11,7 @@ exports.config = {
specs: 'dist/e2e/**/*e2e.js',
//specs: 'dist/e2e/search-bar/**/*e2e.js',
sleepBetweenSpecs: 300,
sleepBetweenSpecs: 250,
platformDefauls: {
browser: 'chrome',