Commit f1b4fd3
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 a605715 commit f1b4fd3
File tree
2 files changed
+3
-5
lines changed- sdk/python
- packages/flet/integration_tests/examples/apps
2 files changed
+3
-5
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 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
241 | | - | |
| 239 | + | |
242 | 240 | | |
243 | 241 | | |
244 | 242 | | |
245 | 243 | | |
246 | | - | |
| 244 | + | |
0 commit comments