Files
lab-app/maestro/flows/05_new_job_no_black_screen.yaml
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

39 lines
740 B
YAML
Raw Permalink 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 5: Klinik → Yeni iş oluştur, siyah ekran olmamalı
- runFlow: "00_login_clinic.yaml"
# "İşler" tab — koordinat bazlı
- tapOn:
point: "30%,94%"
# Yeni iş butonu (FAB veya AppBar action)
- tapOn:
description: "Yeni İş"
- assertVisible: "Yeni İş"
# Lab seç
- scrollUntilVisible:
element:
text: "IO Lab"
direction: DOWN
- tapOn: "IO Lab"
# Protez türü seç
- tapOn: "Protez Türü"
- tapOn: "Zirkonyum"
# Diş seç — "Üst Çene" kısa yolu
- tapOn: "Üst Çene"
# Kaydet
- scrollUntilVisible:
element:
text: "Kaydet"
direction: DOWN
- tapOn: "Kaydet"
# Siyah ekran olmamalı — iş detay ekranı açılmalı
- assertVisible: "İş Detayı"