Match the string correctly
This commit is contained in:
parent
eb0cb5c279
commit
226f755259
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ module.exports = async function toastScenarios(alice, bob) {
|
|||
bob.log.done();
|
||||
|
||||
bob.log.step(`reject analytics toast`);
|
||||
await rejectToast(bob, "Help us improve Element!");
|
||||
await rejectToast(bob, "Help us improve Element");
|
||||
bob.log.done();
|
||||
|
||||
bob.log.step(`checks no remaining toasts`);
|
||||
|
|
Loading…
Reference in a new issue