lib/briar/email.rb in briar-1.3.2 vs lib/briar/email.rb in briar-1.4.1
- old
+ new
@@ -162,10 +162,10 @@
uia_tap_mark('Cancel')
# In iOS 8, there is no 'Delete Draft' action sheet, the email compose
# view animates off.
- unless ios8?
+ if !(ios8? || ios9?)
msg = "waited for '#{timeout}' seconds but did not see dismiss email action sheet"
wait_for(:timeout => timeout,
:retry_frequency => BRIAR_WAIT_RETRY_FREQ,
:post_timeout => BRIAR_WAIT_STEP_PAUSE,
:timeout_message => msg) do