fix broken find
This commit is contained in:
parent
17cc81f15d
commit
220062acdb
|
@ -97,7 +97,7 @@ export const Toasts = {
|
|||
}
|
||||
};
|
||||
|
||||
waitFor(filters.byCode("showToast"), m => {
|
||||
waitFor(filters.byProps("showToast"), m => {
|
||||
Toasts.show = m.showToast;
|
||||
Toasts.pop = m.popToast;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue