-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use soft assertions when expecting snackbar
There is a bug in the wallet which manifests with the snackbar with the action's status not displaying after that action. This happens sporadically and does not mean that the action wasn't successful. We want to be notified when the bug occurs, but we don't want it to block execution of the subsequent steps. That's why we use the soft assertions.
- Loading branch information
1 parent
68eb3ec
commit f0441b1
Showing
3 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters