mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(zIndex): ion-page dynamic zIndex
This commit is contained in:
@ -30,7 +30,6 @@
|
||||
-webkit-transition-duration: 0ms !important;
|
||||
transition-duration: 0ms !important;
|
||||
}
|
||||
.snapshot ion-loading-icon,
|
||||
.snapshot md-ripple {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ exports.config = {
|
||||
specs: 'dist/e2e/**/*e2e.js',
|
||||
//specs: 'dist/e2e/search-bar/**/*e2e.js',
|
||||
|
||||
sleepBetweenSpecs: 250,
|
||||
sleepBetweenSpecs: 300,
|
||||
|
||||
platformDefauls: {
|
||||
browser: 'chrome',
|
||||
|
Reference in New Issue
Block a user