Files
lab-app/maestro/flows/03_lab_send_final.yaml
T
2026-06-10 23:22:15 +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"