Polish detection tile handoff
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-24 21:57:24 +02:00
parent d67b85e4b5
commit 4367400397
7 changed files with 37 additions and 1 deletions
+2 -1
View File
@@ -126,7 +126,8 @@ try {
await page.locator('[data-testid="workspace-nav-ai"]').waitFor({ state: 'visible', timeout: 10000 })
const detectionPanel = page.locator('.detection-lab-shell')
await detectionPanel.waitFor({ state: 'visible', timeout: 10000 })
await detectionPanel.locator('select').nth(1).selectOption('yolo-configured')
const detectionModelValue = await detectionPanel.locator('select').nth(1).inputValue()
assert(detectionModelValue === 'yolo-configured', `detection model handoff mismatch: ${detectionModelValue}`)
const detectionDatasetValue = await detectionPanel.getByLabel('Raster dataset').inputValue()
assert(detectionDatasetValue === rasterDatasetId, `detection dataset handoff mismatch: ${detectionDatasetValue}`)
const detectionManifestValue = await detectionPanel.getByPlaceholder('Raster tile manifest path').inputValue()