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,28 @@
|
||||
appId: com.kovaksoft.labApp
|
||||
---
|
||||
# ADIM 1: Lab → ust_yapi_prova adımını klinik provaya gönder
|
||||
- runFlow: "00_login_lab.yaml"
|
||||
|
||||
# Job card dashboard'da görünüyor — direkt tıkla
|
||||
- tapOn: "PR-20260607-5YPP"
|
||||
- assertVisible: "İş Detayı"
|
||||
|
||||
# "Prova için Kliniğe Gönder" butonunu bul ve tıkla (detay ekranındaki)
|
||||
- scrollUntilVisible:
|
||||
element:
|
||||
text: "Prova için Kliniğe Gönder"
|
||||
direction: DOWN
|
||||
- tapOn: "Prova için Kliniğe Gönder"
|
||||
|
||||
# Sheet açıldı — başlık görünüyor
|
||||
- assertVisible: "Üst Yapı Prova için Kliniğe Gönder"
|
||||
- tapOn: "Not (isteğe bağlı)"
|
||||
- inputText: "Bisküvi prova için gönderildi"
|
||||
|
||||
# Sheet'teki submit butonu — title ile aynı metin, index:1 kullan
|
||||
- tapOn:
|
||||
text: "Üst Yapı Prova için Kliniğe Gönder"
|
||||
index: 1
|
||||
|
||||
# Başarı — sheet kapandı, "Prova için Kliniğe Gönder" butonu artık yok (location=at_clinic)
|
||||
- assertNotVisible: "Prova için Kliniğe Gönder"
|
||||
Reference in New Issue
Block a user