Commit 19a8a70
committed
fix: use distinct text in SnackBar to avoid duplicate match in integration test
The SnackBar and result_text both contained "Result: Flow completed!",
causing find_by_text to match 2 elements instead of 1 in the CI
integration test.1 parent 8899999 commit 19a8a70
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments