fixed how we check that a drawer was complete
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user