fixed how we check that a drawer was complete

This commit is contained in:
2026-07-07 00:17:11 -05:00
parent acfe5de23a
commit 574a405ec9

View File

@@ -233,8 +233,8 @@ def wait_for_export(app, ctrl, timeouts, log):
saved.wait_not("visible", timeout=timeouts["confirm"])
log(" Confirmation dismissed.")
except Exception as e:
log(f" ERROR dismissing confirmation dialog: {e}")
return False
log(f" WARNING: could not dismiss confirmation dialog: {e}")
log(" Export succeeded but dialog remains — will be dismissed next iteration.")
log(" Export complete.")
return True