You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Match the string correctly
This commit is contained in:
@@ -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`);
|
||||
|
Reference in New Issue
Block a user