Commit ecccfd5
Fix marimo Playwright tests by displaying widgets as cell output (#531)
Widget cells used assignment statements as their last expression, but
marimo only renders bare expressions as cell output. Adding the widget
variable as a bare expression causes marimo to actually display the
anywidget in the browser, which the Playwright tests depend on.
Also removes continue-on-error and timeout-minutes from TestMarimo CI
job now that the tests pass.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 867e8bc commit ecccfd5
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
245 | 243 | | |
246 | 244 | | |
247 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
0 commit comments