14 lines
547 B
YAML
14 lines
547 B
YAML
# Dismisses the React Native dev LogBox toast ("Open debugger to view warnings").
|
|
#
|
|
# In a dev build that toast sits over the bottom of the screen and swallows taps
|
|
# (it blocked the admin add-slot FAB and the user app's bottom tab bar). It only
|
|
# appears when the app logs a warning, so this is conditional — tapping its
|
|
# bottom-right X unconditionally could hit a real control instead.
|
|
appId: in.freshyo.adminui
|
|
---
|
|
- runFlow:
|
|
when:
|
|
visible: "Open debugger to view warnings."
|
|
commands:
|
|
- tapOn:
|
|
point: "91%,90%"
|