Files
lab-app/maestro/flows/03_lab_send_final.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
881 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 3: Lab → cila_bitim adımı, son gönderim
# Başlangıç durumu: cila_bitim, at_lab, in_progress
- runFlow: "00_login_lab.yaml"
# Job dashboard "Devam Eden İşler"'de görünür
- tapOn: "PR-20260607-5YPP"
- assertVisible: "İş Detayı"
# Son Prova - Teslime Gönder butonu görünmeli
- scrollUntilVisible:
element:
text: "Son Prova - Teslime Gönder"
direction: DOWN
- tapOn: "Son Prova - Teslime Gönder"
# Sheet: son gönderim notu
- assertVisible: "Son Prova · Teslime Gönder"
- tapOn: "Not (isteğe bağlı)"
- inputText: "Son işlem tamamlandı, teslim için gönderiliyor"
# Sheet'teki submit butonu (başlık ile aynı metin, index:1)
- tapOn:
text: "Son Prova · Teslime Gönder"
index: 1
# İş artık "Gönderildi" — gönder butonu artık yok
- assertNotVisible: "Son Prova - Teslime Gönder"