Files
lab-app/maestro/flows/05_new_job_no_black_screen.yaml
T
2026-06-10 23:22:15 +03:00

39 lines
740 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 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ı"