mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Fix another toast
This commit is contained in:
parent
c5cba6d02a
commit
cc18438a0a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module.exports = async function toastScenarios(alice, bob) {
|
|||
bob.log.done();
|
||||
|
||||
bob.log.step(`reject analytics toast`);
|
||||
await rejectToast(bob, "Help us improve Riot");
|
||||
await rejectToast(bob, "Help us improve Element!");
|
||||
bob.log.done();
|
||||
|
||||
bob.log.step(`checks no remaining toasts`);
|
||||
|
|
Loading…
Reference in a new issue