Skip to content

Commit

Permalink
test(app): use cancel role in toast not close (ionic-team#19944)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpHarry authored and brandyscarney committed Nov 19, 2019
1 parent d521f65 commit abdaaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/app/test/safe-area/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit abdaaf3

Please sign in to comment.