Initial commit — DLS lab-app Flutter project

This commit is contained in:
egecankomur
2026-06-10 23:22:15 +03:00
commit d1acc1d367
225 changed files with 31294 additions and 0 deletions
@@ -0,0 +1,38 @@
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ı"