- Add settle() helper (1s wait) before every screenshot to let ECharts
animations and lazy-loaded images finish before capture
- Datasets list: switch from table-element screenshot to viewport screenshot
so the SubMenu (Datasets nav, Bulk Select, + Dataset buttons) is visible
- Chart type picker: select birth_names dataset and Pivot Table chart type
before screenshotting, showing both wizard steps in a useful state
- Fix strict-mode violations in chart type picker test (step title vs
placeholder both match "Choose a dataset"; dataset select uses hidden ARIA
listbox with ID-based option names rather than display labels)
- Regenerate all screenshots with updated tests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove deprecated schema/table selector steps in SQL Lab test (UI changed to tree view)
- Fix datasets table row check to skip hidden ant-table-measure-row
- Fix strict-mode violation in Run button selector (scoped to button role)
- Add baseURL explicitly to generator playwright config project use block
- Regenerate all 6 doc screenshots with latest UI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>