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
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user