Files
lab-app/maestro/flows/04_clinic_deliver.yaml
T
2026-06-10 23:22:15 +03:00

31 lines
757 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
appId: com.kovaksoft.labApp
---
# ADIM 4: Klinik → "Teslim Aldım" işareti
# Başlangıç durumu: status=sent, at_clinic
- runFlow: "00_login_clinic.yaml"
# Job "Son İşler"'de görünür — direkt tıkla
- tapOn: "PR-20260607-5YPP"
- assertVisible: "İş Detayı"
# Teslim Al butonu
- scrollUntilVisible:
element:
text: "Teslim Aldım"
direction: DOWN
- tapOn: "Teslim Aldım"
# Dialog
- assertVisible: "Teslim Alındı"
- tapOn: "Teslimat notu (isteğe bağlı)"
- inputText: "Teslim alındı, hasta bilgilendirildi"
# Dialog'daki "Teslim Alındı" butonuna bas (index:1 — başlık ile aynı)
- tapOn:
text: "Teslim Alındı"
index: 1
# Başarı — "Teslim Aldım" butonu artık yok
- assertNotVisible: "Teslim Aldım"