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"])
|
saved.wait_not("visible", timeout=timeouts["confirm"])
|
||||||
log(" Confirmation dismissed.")
|
log(" Confirmation dismissed.")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
log(f" ERROR dismissing confirmation dialog: {e}")
|
log(f" WARNING: could not dismiss confirmation dialog: {e}")
|
||||||
return False
|
log(" Export succeeded but dialog remains — will be dismissed next iteration.")
|
||||||
|
|
||||||
log(" Export complete.")
|
log(" Export complete.")
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user