feat: simplify regional end user workbench
This commit is contained in:
@@ -34,17 +34,17 @@ def test_detection_lab_surfaces_profiles_as_deliberate_operator_actions() -> Non
|
||||
)
|
||||
|
||||
assert "DETECTION_OPERATOR_PROFILES" in lab
|
||||
assert "Operator profiles" in lab
|
||||
assert "Gevalideerde profielen" in lab
|
||||
assert "profile.displayName" in lab
|
||||
assert "profile.confidenceThreshold" in lab
|
||||
assert "Candidate only - not default-approved" in lab
|
||||
assert "default-approved" in lab
|
||||
assert "Apply profile" in lab
|
||||
assert "kandidaat · extra controle vereist" in lab
|
||||
assert "standaardprofiel" in lab
|
||||
assert "Profiel gebruiken" in lab
|
||||
assert "onApplyOperatorProfile(profile)" in lab
|
||||
assert "Recommended starting threshold: 0.25" not in lab
|
||||
|
||||
|
||||
def test_detection_workflow_applies_profiles_without_auto_selecting_assets() -> None:
|
||||
def test_detection_workflow_applies_profiles_without_selecting_the_first_arbitrary_asset() -> None:
|
||||
hook = (ROOT / "frontend" / "src" / "hooks" / "useDetectionWorkflow.ts").read_text(encoding="utf-8")
|
||||
app = (ROOT / "frontend" / "src" / "App.tsx").read_text(encoding="utf-8")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user