Files
lab-app/maestro/flows/01_lab_send_prova.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

29 lines
944 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 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"