Polish populated workbench states
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 23:03:27 +02:00
parent 5cde19e3ea
commit 9888014bec
8 changed files with 121 additions and 11 deletions
@@ -31,8 +31,11 @@ def test_export_center_uses_artifact_actions_and_cards() -> None:
assert 'className="latest-export-card"' in export_center
assert 'className="export-list"' in export_center
assert 'className="export-card"' in export_center
assert "visibleExports = showAllExports ? exports : exports.slice(0, 10)" in export_center
assert "Show all exports" in export_center
assert "onExportDataset" in export_center
assert "onExportDetectionRun" in export_center
assert "onExportSegmentationRun" in export_center
assert "download-only HTML artifact" in export_center
assert 'className="export-preview-panel"' in export_preview
assert "No export preview selected." in export_preview