31 lines
881 B
YAML
31 lines
881 B
YAML
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"
|