While QAing #260 , I found that this AC is not working as expected
Multiple toasts are visible after multiple changes
Given a toast notification is currently displayed
When the user performs another tag change within 5 seconds
Then a new toast appears below it, pushing the existing toast up
Instead, if there is a toast showing, and another toast is triggered, the first toast disappears even though it hasn't been 5 seconds, and is replaced by the new toast.
While QAing #260 , I found that this AC is not working as expected
Instead, if there is a toast showing, and another toast is triggered, the first toast disappears even though it hasn't been 5 seconds, and is replaced by the new toast.