Commit b4f2410
committed
Fix progress_ring example formatting and test
Apply a small formatting tweak in the example (add trailing comma). Update integration tests: mark the parametrized test as skipped (reason: "Will fix later") and add await flet_app_function.tester.pump_and_settle() in test_gauge_with_progress to ensure the UI is settled before taking the screenshot.1 parent d5315a2 commit b4f2410
2 files changed
Lines changed: 3 additions & 1 deletion
File tree
- sdk/python
- examples/controls/material/progress_ring/gauge_with_progress
- packages/flet/integration_tests/examples/controls/material
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments