smix-cli 1.0.2

smix — AI-native iOS Simulator automation CLI.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# smix std subflow: exit QA mode.
#
# Usage:
#   - runFlow: std/quit-qa-mode.yaml
#
# Effect: closes the QA overlay by tapping the qa-bubble-toggle
# (analog to opening it via `- fixture: <id>`). Idempotent when
# combined with a visibility gate.
---
- runFlow:
    when:
      visible:
        id: qa-bubble-toggle
    commands:
      - tapOn:
          id: qa-bubble-toggle