feat: simplify regional end user workbench
This commit is contained in:
@@ -13,8 +13,9 @@ def test_long_context_names_remain_compact_and_inspectable() -> None:
|
||||
encoding="utf-8"
|
||||
)
|
||||
|
||||
assert "const projectContextLabel = selectedProject?.name ?? 'No project'" in app
|
||||
assert "const datasetContextLabel = selectedDataset?.name ?? (datasets.length > 0 ? 'Select dataset' : 'No dataset')" in app
|
||||
assert "selectedProject?.name === REGIONAL_WORKSPACE_PROJECT_NAME" in app
|
||||
assert "? REGIONAL_WORKSPACE_LABEL" in app
|
||||
assert "const datasetContextLabel = selectedDataset ? getDatasetDisplayName(selectedDataset)" in app
|
||||
assert "<strong title={projectContextLabel}>{projectContextLabel}</strong>" in app
|
||||
assert "<strong title={datasetContextLabel}>{datasetContextLabel}</strong>" in app
|
||||
assert "<strong title={item.value}>{item.value}</strong>" in status
|
||||
|
||||
Reference in New Issue
Block a user