Files
lab-app/maestro/flows/04_clinic_deliver.yaml
T
Emre Emir 8bbc9dbff2 Initial commit: DLS - Dental Lab System
- Flutter + PocketBase dental lab management system
- Clinic & lab dashboards, job tracking, patient management
- Product catalog, finance tracking, multi-language support
- AI assistant integration, realtime notifications
- Windows installer (Inno Setup) included
- Developed by kovakyazilim.com
2026-06-11 15:57:31 +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"