+ This is another page to show that the toast stays.
+
+ `
+})
+class AnotherPage {
+
+}
+
@Page({
templateUrl: 'main.html'
})
@@ -19,6 +33,10 @@ class E2EPage {
});
this.nav.present(toast);
+
+ setTimeout(() => {
+ this.nav.push(AnotherPage);
+ }, 1000);
}
showLongToast() {
diff --git a/ionic/components/toast/test/basic/main.html b/ionic/components/toast/test/basic/main.html
index 1402214a69..56eee44250 100644
--- a/ionic/components/toast/test/basic/main.html
+++ b/ionic/components/toast/test/basic/main.html
@@ -3,7 +3,7 @@