Skip to content

Commit ed9e745

Browse files
abossardCopilot
andcommitted
feat: all-live Playwright tests, result dialog fix, runs panel fix
- Rewrote workbench tests: ZERO mocks, all 8 tests use live LLM - Fixed RunsSidePanel: min-height for layout, runs visible on load - Fixed parseRunOutput: strips markdown fences from LLM output - Fixed chart widgets: pie/bar handle non-numeric values, proper sizing - Fixed dialog close: tests use X button (in viewport) not Close (scrolled) - Total: 43 tests, all passing, all live (1.1 min) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cc91b7a commit ed9e745

2 files changed

Lines changed: 158 additions & 716 deletions

File tree

frontend/src/features/workbench/WorkbenchPage.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ const useStyles = makeStyles({
3737
agentsLayout: {
3838
display: 'flex',
3939
gap: tokens.spacingHorizontalL,
40-
alignItems: 'flex-start',
40+
alignItems: 'stretch',
41+
minHeight: '500px',
4142
},
4243
agentsMain: {
4344
flex: 1,

0 commit comments

Comments
 (0)