From abdaaf320b979ff84b9374fddeb17259b2e8afd8 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Tue, 19 Nov 2019 15:37:03 +0000 Subject: [PATCH] test(app): use cancel role in toast not close (#19944) --- core/src/components/app/test/safe-area/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/app/test/safe-area/index.html b/core/src/components/app/test/safe-area/index.html index bd4ac475448..4149818e803 100644 --- a/core/src/components/app/test/safe-area/index.html +++ b/core/src/components/app/test/safe-area/index.html @@ -60,7 +60,7 @@ const toast = Object.assign(document.createElement('ion-toast'), { message: 'Hello world!', buttons: [ - { text: 'Close', role: 'close' } + { text: 'Close', role: 'cancel' } ] }); document.body.appendChild(toast);